build: depend on gnulib's calloc-gnu, not calloc
[cppi.git] / tests / e7
blobc4a1d1f33ccac4eb70da06a1c00251fe8d433ac0
1 #!/bin/sh
3 t=`basename $0`
5 cat > $t.I <<\EOF
6 int c = '\"';
7 # if(FOO)
8 # endif
9 EOF
11 cat > $t.EO <<\EOF
12 int c = '\"';
13 #if (FOO)
14 #endif
15 EOF
17 cat > $t.Ee <<\EOF
18 EOF
20 expected_status=0
22 . $top_srcdir/tests/test-common