blog/static/files/pb071/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