version 1.18
[cppi.git] / tests / d5
blob4eed39f8b083cf675023617a4388aea0eeecdb12
1 #!/bin/sh
3 t=`basename $0`
5 cat > $t.I <<\EOF
6 #if 0
8 # define A 1
10 #define B 1
11 #endif
12 EOF
14 cat > $t.EO <<\EOF
15 EOF
17 cat > $t.Ee <<\EOF
18 cppi: standard input: line 5: not properly indented
19 EOF
21 options=-c
22 expected_status=1
24 . $top_srcdir/tests/test-common