]> rtime.felk.cvut.cz Git - omk.git/blobdiff - tests/headers/generated/runtest
Added test for checking correctness of the previous patch.
[omk.git] / tests / headers / generated / runtest
index 0a612c45a4e411a191f863ec8f238b93e08a4b20..c7a61280110df385ff38d25df17eaab39359f77e 100755 (executable)
@@ -16,3 +16,8 @@ LC=$(find _build -wholename '*/lincan/lincan_config.h')
 test -f "$LC" || canttest "Can't find the produced local config"
 grep -Fv "/* config file:" $LC | diff -u correct/lincan_config.h - || error "Local config differs"
 
+stat $LC > stat.log1
+touch config.omk-default
+make
+stat $LC > stat.log2
+diff stat.log1 stat.log2 || error "Generated config changed without without reason"