build: depend on gnulib's calloc-gnu, not calloc
[cppi.git] / tests / ansi-6
blob379d26980c4d68ec68c3e0dac647705232553fb6
1 #!/bin/sh
3 t=`basename $0`
5 cat > $t.I <<\EOF
6 #if 0
7 #else this is non-ANSI
8 #endif
9 EOF
11 cat > $t.EO <<\EOF
13 EOF
15 cat > $t.Ee <<\EOF
16 EOF
18 options='-l --ansi'
19 expected_status=1
21 . $top_srcdir/tests/test-common