version 1.18
[cppi.git] / tests / e4
blobe740788ffaec5ce7518ec4e3d7ce1f4d46430f28
1 #!/bin/sh
3 t=`basename $0`
5 cat > $t.I <<\EOF
6 #if(FOO)
7 EOF
9 cat > $t.EO <<\EOF
10 #if (FOO)
11 EOF
13 cat > $t.Ee <<\EOF
14 cppi: standard input: line 1: unterminated #if
15 EOF
17 expected_status=2
19 . $top_srcdir/tests/test-common