Skip to content
Snippets Groups Projects
Commit bd0a2109 authored by dgelessus's avatar dgelessus
Browse files

Allow running tests with make test

parent 9058fcc1
Branches
No related tags found
Loading
...@@ -53,3 +53,7 @@ $(clean_methods): ...@@ -53,3 +53,7 @@ $(clean_methods):
.PHONY: clean .PHONY: clean
clean: clean_helper $(clean_methods) clean: clean_helper $(clean_methods)
.PHONY: test
test: methods
sicstus -l test_all.pl --goal "run_tests, halt ; halt(1)."
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment