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

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

[elpa] externals/parser-generator e4fd795 007/434: Added compilation to


From: ELPA Syncer
Subject: [elpa] externals/parser-generator e4fd795 007/434: Added compilation to test
Date: Mon, 29 Nov 2021 15:58:57 -0500 (EST)

branch: externals/parser-generator
commit e4fd795a9cadc8d57b436fac0ab646e1c2bedac1
Author: Christian Johansson <christian@cvj.se>
Commit: Christian Johansson <christian@cvj.se>

    Added compilation to test
---
 .gitignore | 3 ++-
 README.md  | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index eb674e6..668f355 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
 .DS_Store
 .dir-locals.el
 flycheck_*
-.tern-port
\ No newline at end of file
+.tern-port
+*.elc
\ No newline at end of file
diff --git a/README.md b/README.md
index 034b07b..6f9baa2 100644
--- a/README.md
+++ b/README.md
@@ -31,4 +31,4 @@ We use push down transducer (PDT) based algorithms:
 
 ## Test
 
-Run in terminal `make clean && make test`
+Run in terminal `make clean && make test && make compile`



reply via email to

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