chiark / gitweb /
README: Fix a mistake in the file reference table
[subdirmk.git] / tests / check
index 7465c2c88e1220ea4b40a9c3c2965c422311c1fc..f0914dd597e456fd0a14287f1bb73d6834bcd44a 100755 (executable)
@@ -12,6 +12,7 @@ git clean -xdff
 mkdir build
 cd build
 >>../src/for-test.sd.mk
+>>../lib/for-test.mk.in
 .././autogen.sh && ../configure
 make -j4 all check
 
@@ -19,4 +20,8 @@ echo '# for-check 1' >>../src/for-test.sd.mk
 make -j4
 grep '^# for-check 1' src/Subdir.mk || false
 
+echo '# for-check 2' >>../lib/for-test.mk.in
+make -j4
+grep '^# for-check 2' lib/for-test.mk || false
+
 echo ok.