]> rtime.felk.cvut.cz Git - omk.git/blobdiff - tests/extra_rules_subdirs/runtest
Fix for EXTRA_RULES_SUBDIR bug reported by Petr Smolik
[omk.git] / tests / extra_rules_subdirs / runtest
index 953ea3b30cb0846a6c05c2c2149c98f56db6e131..4a804894f07ac2aadc3d329adde853b8692f138f 100755 (executable)
@@ -5,5 +5,8 @@ source ../functions.sh
 touch default-config
 
 cp Makefile.rules tools/
-make -k
+make -k | tee make.log
+
+grep 'Extra rules goal:' make.log || error "Extra rules was not called"
+grep 'Main rules goal:' make.log || error "Main rules was not called"