blob: f0c8c693ac280f5a404492ace69093603eba41a2 [file] [log] [blame]
Neels Hofmeyr3531a192017-03-28 14:30:28 +02001.PHONY: check update
2
3check: set_pythonpath
4 ./all_tests.py
5
6update:
7 ./all_tests.py -u
8
9set_pythonpath:
10 echo "export PYTHONPATH=\"$(PWD)/../src\"" > set_pythonpath
11
12# vim: noexpandtab tabstop=8 shiftwidth=8