chiark / gitweb /
generate: Introduce od
[subdirmk.git] / tests / example / check
index a051e8ed112275ad52004dd53467742a996fc27d..16cb7a262c7b3e9e82b6f6a80d517c1edc397b83 100755 (executable)
@@ -13,6 +13,7 @@ mkdir build
 cd build
 >>../src/for-test.sd.mk
 >>../lib/for-test.mk.in
+>>../for-test-final.sd.mk
 .././autogen.sh && ../configure
 make -j4 all check
 
@@ -44,4 +45,10 @@ echo 'for-check-2:' >>../lib/for-test.mk.in
 make -j4 for-check-2
 grep '^for-check-2:' lib/for-test.mk || false
 
+: ----- for-check-3 -----
+reset_times
+echo 'for-check-3:' >>../for-test-final.sd.mk
+make -j4 for-check-3
+grep '^for-check-3:' Final.mk
+
 echo ok.