branch: externals/parser-generator commit e4fd795a9cadc8d57b436fac0ab646e1c2bedac1 Author: Christian Johansson <christ...@cvj.se> Commit: Christian Johansson <christ...@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`