branch: externals/compat
commit 6f251144e0a28ad50020ce434d9c6ba358f0f04e
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Run compiled tests
---
 Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 5e27e0f6d3..139e7683af 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,8 @@ BYTEC = compat-24.elc \
        compat-27.elc \
        compat-28.elc \
        compat-29.elc \
-       compat.elc
+       compat.elc \
+       compat-tests.elc
 
 all: compile
 
@@ -19,6 +20,7 @@ compile: $(BYTEC)
 test: compile
        $(EMACS) --version
        $(EMACS) -Q --batch -L . -l compat-tests.el -f 
ert-run-tests-batch-and-exit
+       $(EMACS) -Q --batch -L . -l compat-tests.elc -f 
ert-run-tests-batch-and-exit
 
 clean:
        $(RM) $(BYTEC) compat.info

Reply via email to