python-avocado/test/help-usage-1/Makefile
Merlin Mathesius 9f6f5dcf7f Sync with upstream release 47.0.
Enable self-tests during build.
Add example test to be run by Taskotron.
2017-03-27 15:20:51 -05:00

14 lines
191 B
Makefile

.PHONY: all install download clean
BUILT_FILES=
FILES=runtest.sh Makefile
run: $(FILES) build
./runtest.sh
build: $(BUILT_FILES)
chmod a+x ./runtest.sh
clean:
rm -f *~ $(BUILT_FILES)