Mercurial > hg > may
changeset 118:e74f1fb9bc0e
test directory doesn't exist in a clean checkout, and we don't really want it -- put target file elsewhere
author | Chris Cannam |
---|---|
date | Thu, 18 Apr 2013 16:11:32 +0100 |
parents | 098b4efde5b1 |
children | ae802edb0561 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Thu Apr 18 09:46:34 2013 +0100 +++ b/Makefile Thu Apr 18 16:11:32 2013 +0100 @@ -1,7 +1,7 @@ TEST_SOURCES := $(wildcard yetilab/test/*.yeti yetilab/*/test/*.yeti yetilab/*/*/test/*.yeti) SOURCES := $(filter-out $(TESTS), $(wildcard yetilab/*.yeti yetilab/*/*.yeti yetilab/*/*/*.yeti)) -test/.run: yetilab.jar $(TEST_SOURCES) +bin/.testrun: yetilab.jar $(TEST_SOURCES) ./bin/yc yetilab/test/all.yeti | tee $@.out @grep -qv passed $@.out || touch $@ @@ -10,7 +10,7 @@ jar cf $@ -C classes yetilab clean: - rm -rf com test/.run + rm -rf com bin/.testrun distclean: clean rm -f yetilab.jar