Skip to content

Commit

Permalink
Added Makefile that runs 1 test for Jenkins.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
stisti committed Jun 25, 2011
1 parent 41e41d7 commit 3c91b18
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# -*- makefile-gmake -*-

UNZIP = unzip

test: test-main
@echo
@echo "*** ALL TESTS PASSED"

test-main:
$(UNZIP) -l Jenkins.zip | grep main.scpt

0 comments on commit 3c91b18

Please sign in to comment.