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

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

[elpa] externals/pq 3f6a1c7f2d 2/4: pq-test.el: moved from test.el to av


From: ELPA Syncer
Subject: [elpa] externals/pq 3f6a1c7f2d 2/4: pq-test.el: moved from test.el to avoid collisions
Date: Sun, 19 Jun 2022 20:58:00 -0400 (EDT)

branch: externals/pq
commit 3f6a1c7f2db9ba590c4cb2614ecc5c2bef79488e
Author: Tom Gillespie <tgbugs@gmail.com>
Commit: Mario Rodas <marsam@users.noreply.github.com>

    pq-test.el: moved from test.el to avoid collisions
    
    Makefile updated to reflect new path
---
 Makefile              | 2 +-
 test.el => pq-test.el | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 9712526fe1..c4b37f0344 100644
--- a/Makefile
+++ b/Makefile
@@ -29,4 +29,4 @@ clean:
        $(RM) $(TARGET)
 
 check: $(TARGET)
-       $(EMACS) --batch -Q -l ert -l test.el -f ert-run-tests-batch-and-exit
+       $(EMACS) --batch -Q -l ert -l pq-test.el -f ert-run-tests-batch-and-exit
diff --git a/test.el b/pq-test.el
similarity index 100%
rename from test.el
rename to pq-test.el



reply via email to

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