]> rtime.felk.cvut.cz Git - omk.git/commitdiff
Added test for checking correctness of the previous patch.
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 19 Sep 2007 15:01:00 +0000 (15:01 +0000)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 19 Sep 2007 15:01:00 +0000 (15:01 +0000)
darcs-hash:20070919150153-f2ef6-05025250529246f19de4a4d6ff4392645ec08b26.gz

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"