emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/emacsql dce6736e04 249/427: Oops, add new MySQL module to


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql dce6736e04 249/427: Oops, add new MySQL module to the Makefile.
Date: Tue, 13 Dec 2022 02:59:48 -0500 (EST)

branch: elpa/emacsql
commit dce6736e04f39762184df5fa275c78b260caf3ce
Author: Christopher Wellons <wellons@nullprogram.com>
Commit: Christopher Wellons <wellons@nullprogram.com>

    Oops, add new MySQL module to the Makefile.
---
 Makefile                        | 2 +-
 tests/emacsql-external-tests.el | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 233c883700..80d0a04a59 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ PACKAGE := emacsql
 VERSION := $(shell $(CASK) version)
 
 EL = emacsql-compiler.el emacsql-system.el emacsql.el \
-     emacsql-sqlite.el emacsql-psql.el
+     emacsql-sqlite.el emacsql-psql.el emacsql-mysql.el
 ELC = $(EL:.el=.elc)
 EXTRA_DIST = README.md UNLICENSE
 
diff --git a/tests/emacsql-external-tests.el b/tests/emacsql-external-tests.el
index 10c83c38d4..d642ad4f2e 100644
--- a/tests/emacsql-external-tests.el
+++ b/tests/emacsql-external-tests.el
@@ -5,6 +5,7 @@
 (require 'emacsql)
 (require 'emacsql-sqlite)
 (require 'emacsql-psql)
+(require 'emacsql-mysql)
 
 (defvar emacsql-tests-timeout 4
   "Be aggressive about not waiting on subprocesses in unit tests.")
@@ -35,7 +36,7 @@
         (should (equal (emacsql db [:select * :from foo])
                        '((1) (2) (3))))))))
 
-(ert-deftest emacsql-foreign-system ()
+(ert-deftest emacsql-foreign-key ()
   "Tests that foreign keys work properly through Emacsql."
   (let ((emacsql-global-timeout emacsql-tests-timeout))
     (dolist (factory emacsql-tests-connection-factories)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]