blob: f0c8c693ac280f5a404492ace69093603eba41a2 [file] [log] [blame]
.PHONY: check update
check: set_pythonpath
./all_tests.py
update:
./all_tests.py -u
set_pythonpath:
echo "export PYTHONPATH=\"$(PWD)/../src\"" > set_pythonpath
# vim: noexpandtab tabstop=8 shiftwidth=8