chiark / gitweb /
test regeneration after a &:-included file (ie a .sd.mk) changes
[subdirmk.git] / tests / check
index afae155b4f1e81f371eceb8bf9424840897ef76e..7465c2c88e1220ea4b40a9c3c2965c422311c1fc 100755 (executable)
@@ -11,5 +11,12 @@ make -j4 all check
 git clean -xdff
 mkdir build
 cd build
+>>../src/for-test.sd.mk
 .././autogen.sh && ../configure
 make -j4 all check
+
+echo '# for-check 1' >>../src/for-test.sd.mk
+make -j4
+grep '^# for-check 1' src/Subdir.mk || false
+
+echo ok.