build: depend on gnulib's calloc-gnu, not calloc
[cppi.git] / tests / f7
blob0fc7d554b7615a74c0be8d72e95270131eee9bfd
1 #!/bin/sh
3 t=`basename $0`
5 cat > $t.I2 <<\EOF
6 #if FOO
7 #include x
8 #endif
9 EOF
11 cat > $t.I <<\EOF
12 #if FOO
13 #endif
14 EOF
16 cat > $t.EO <<EOF
17 $t.I2
18 EOF
20 cat > $t.Ee <<\EOF
21 EOF
23 # Arrange for this additional temp file to be deleted.
24 extra_temps=$t.I2
26 redirect_stdin=no
27 options="-l $t.I2"
28 expected_status=1
30 . $top_srcdir/tests/test-common