branch: externals/parser-generator commit 7a265c9a8404443a82b9db1e35cc79ef24a1d71d Author: Christian Johansson <christ...@cvj.se> Commit: Christian Johansson <christ...@cvj.se>
LL-tests now runs on make tests command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0a0c777f40..d08bcf2ea1 100644 --- a/Makefile +++ b/Makefile @@ -36,4 +36,4 @@ test-lr-export: $(EMACS_CMD) -l test/parser-generator-lr-export-test.el -f "parser-generator-lr-export-test" .PHONY: tests -tests: test test-lex-analyzer test-lr test-lr-export +tests: test test-lex-analyzer test-lr test-lr-export test-ll