build: depend on gnulib's calloc-gnu, not calloc
[cppi.git] / tests / ansi-7
blobcb4aff41c38e0598290ed797321ac2db22e2cc2e
1 #!/bin/sh
3 t=`basename $0`
5 cat > $t.I <<\EOF
6 #if 1
7 # if 0
8 # define x y
9 # endif // PROFILE_SYNCH_REQUIRED ^^^TRUE
10 #endif
11 EOF
13 cat > $t.EO <<\EOF
14 EOF
16 cat > $t.Ee <<\EOF
17 EOF
19 options='-c --ansi'
20 expected_status=0
22 . $top_srcdir/tests/test-common