1
0
Fork 0
mirror of https://github.com/mfocko/blog.git synced 2025-03-25 21:46:51 +01:00
blog/static/files/c/bonuses/10/Makefile

12 lines
216 B
Makefile
Raw Normal View History

check: check-unit check-functional
check-unit:
build/test_hangman
check-functional:
python3 test-bonus.py test hangman
python3 test-bonus.py test hangman --no-global-config
clean:
rm -rf test-*/*.out_produced