From: Michal Sojka Date: Tue, 12 Nov 2013 09:14:30 +0000 (+0100) Subject: Put leaf makefile to the test by default X-Git-Url: http://rtime.felk.cvut.cz/gitweb/omk.git/commitdiff_plain/d4b4201af39f97667a038889f0b202469ef24349?hp=60a244e8e5c817b7d501eaf2e9008e44bc882329 Put leaf makefile to the test by default --- diff --git a/tests/wvtest.sh b/tests/wvtest.sh index e217901..89e37ec 100644 --- a/tests/wvtest.sh +++ b/tests/wvtest.sh @@ -139,6 +139,7 @@ WVSTART() mkdir -p "$dir" WVPASS cd "$WV_BASE_DIR/$dir" WVPASS cp "$OMK_TESTSROOT"/../rules/$OMK_RULES/* . + WVPASS cp "$OMK_TESTSROOT/../leaf-makefile/Makefile" . } omkize() @@ -191,5 +192,6 @@ testdir="tmp/$(basename $0 .sh).$OMK_RULES" WVPASS mkdir -p "$testdir" WVPASS cd "$testdir" WVPASS cp "$OMK_TESTSROOT"/../rules/$OMK_RULES/* . +WVPASS cp "$OMK_TESTSROOT/../leaf-makefile/Makefile" . WV_BASE_DIR="$PWD"