]> rtime.felk.cvut.cz Git - omk.git/commitdiff
Add failing test
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 10 Mar 2015 20:23:05 +0000 (21:23 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 10 Mar 2015 20:23:16 +0000 (21:23 +0100)
tests/programs-cflags

index 0b9d891e5fa79edf492275196718e8a6f3ea0312..73d0b361c5dfa3704da53c8623f0752dc5eae3d3 100755 (executable)
@@ -85,3 +85,7 @@ EOF
 WVPASS make V=1
 WVPASS grepbinout a 123
 WVPASS grepbinout b 456
 WVPASS make V=1
 WVPASS grepbinout a 123
 WVPASS grepbinout b 456
+
+WVSTART "CFLAGS is not set by default"
+create_files
+WVPASS sh -c '! make -qp|grep "^CFLAGS ="'