summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorPaweł Dybiec <pdybiec@stud.cs.uni.wroc.pl>2019-01-27 14:13:33 +0100
committerPaweł Dybiec <pdybiec@stud.cs.uni.wroc.pl>2019-01-27 14:13:33 +0100
commit218a54543d24f82f2b85e80f55b8300e1b6aee31 (patch)
tree3f25478497ff8733fc2489281bc8cf70e86f256b /Makefile
parentAlmost working live variable analysis (diff)
Constant folding optimization - sources
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c6077e0..c8cadd8 100644
--- a/Makefile
+++ b/Makefile
@@ -17,10 +17,10 @@ install: all
 	ln -s ${BUILD_PATH_XI} ./xi
 
 test: all
-	python3 ./tools/tester.py --plugin mods/mod_student.cma
+	python3 ./tools/tester.py --plugin mods/mod_student.cma # --registers-description=simple_caller
 
 test_without_plugin: all
-	python3 ./tools/tester.py 
+	python3 ./tools/tester.py # --registers-description=simple_caller
 
 clean:
 	rm -f ./xi