]> rtime.felk.cvut.cz Git - omk.git/commitdiff
Put leaf makefile to the test by default
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 12 Nov 2013 09:14:30 +0000 (10:14 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 12 Nov 2013 09:14:30 +0000 (10:14 +0100)
tests/wvtest.sh

index e217901ab1c2d04a7efa93aca5b8cef12d5cf429..89e37ec1435db33d5479958ade8723b43b2516ab 100644 (file)
@@ -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"