adding make test

This commit is contained in:
Simon Petit 2024-10-24 14:59:39 +02:00
parent 1f4009c2d4
commit 9257373163

View File

@ -10,6 +10,7 @@ uninstall:
rm /usr/local/bin/bob2
rm -r /usr/local/lib/bob
.PHONY: test # Declare 'test' as a phony target
test:
/bin/sh ./test/test.sh
bash ./test/test.sh