summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
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