blob: 692c9711f34ceaa532a71dd4fa4eac7d1ea5e880 [file] [log] [blame]
.PHONY: check update
check:
./all_tests.py
update:
./all_tests.py -u
# vim: noexpandtab tabstop=8 shiftwidth=8