maint: use automake's $(AM_V_GEN) and $(AM_V_AT) to...
[cppi/ericb.git] / tests / f1
blob66d458b63ccde4aa23fc000e9717ae2c11618915
1 #!/bin/sh
3 t=`basename $0`
5 cat > $t.I <<\EOF
6 " /* make sure comment in quote is ignored "
7 #if 1
8 */
9 #error not
10 #endif
11 EOF
13 cat > $t.EO <<\EOF
14 " /* make sure comment in quote is ignored "
15 #if 1
17 # error not
18 #endif
19 EOF
21 cat > $t.Ee <<\EOF
22 EOF
24 expected_status=0
26 . $srcdir/test-common