osmo-gsm-tester/test/Makefile

10 lines
116 B
Makefile

.PHONY: check update
check:
./all_tests.py
update:
./all_tests.py -u
# vim: noexpandtab tabstop=8 shiftwidth=8