build: depend on gnulib's calloc-gnu, not calloc
[cppi.git] / tests / e1
blobf995f528da6cb7ec0ff70f2995ae4e7f1fc229ae
1 #!/bin/sh
3 t=`basename $0`
5 cat > $t.I <<\EOF
6 #endif
7 EOF
9 cat > $t.EO <<\EOF
10 #endif
11 EOF
13 cat > $t.Ee <<\EOF
14 cppi: standard input: line 1: found #endif without matching #if
15 EOF
17 expected_status=2
19 . $top_srcdir/tests/test-common