added a test
[deployable.git] / t / 03 / Makefile
blobc5fb96c215c10ee72a74873beefb6f134ba38248
1 compile:
2 ../../deployable --output test.pl --bundle --no-tar hello.sh
4 test: check clean
6 execute:
7 ./test.pl
9 clean:
10 @rm -rf test.pl
12 check: compile
13 @echo -e "\nall tests successful"