maint: import tests/init.sh from Gnulib during bootstrap
[cppi.git] / tests / ansi-4
blob3de939bc79bd149ea882eab9d815fb28cfa33d76
1 #!/bin/sh
3 t=`basename $0`
5 cat > $t.I <<\EOF
6 #if (FOO)
7 # error ick
8 #else this is non-ansi
9 #endif so is this
10 EOF
12 cat > $t.EO <<\EOF
13 EOF
15 cat > $t.Ee <<\EOF
16 cppi: standard input: line 3: text following `#else' violates ANSI standard
17 cppi: standard input: line 4: text following `#endif' violates ANSI standard
18 EOF
20 options='-c --ansi'
21 expected_status=1
23 . $top_srcdir/tests/test-common