build: depend on gnulib's calloc-gnu, not calloc
[cppi.git] / tests / f2
blobcc2c357d3581849033b736e3cdcfd072b68be75a
1 #!/bin/sh
3 t=`basename $0`
5 cat > $t.I <<\EOF
6 #if(FOO)
7 #elif(NO_BLANK_AFTER_ELIF)
8 #error
9 #endif
10 EOF
12 cat > $t.EO <<\EOF
13 #if (FOO)
14 #elif (NO_BLANK_AFTER_ELIF)
15 # error
16 #endif
17 EOF
19 cat > $t.Ee <<\EOF
20 EOF
22 options=
23 expected_status=0
25 . $top_srcdir/tests/test-common