build: depend on gnulib's calloc-gnu, not calloc
[cppi.git] / tests / stringify-1
blob7352d4da520f446a1609bfe77d6329eb4a217d3d
1 #!/bin/sh
3 t=`basename $0`
5 cat > $t.I <<\EOF
6 #if FOO
7 #define foo(if) \
8 #if
9 #endif
10 EOF
12 cat > $t.EO <<\EOF
13 #if FOO
14 # define foo(if) \
15 #if
16 #endif
17 EOF
19 > $t.Ee
21 redirect_stdin=no
22 expected_status=0
24 . $top_srcdir/tests/test-common