repo.or.cz
/
cppi.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
build: depend on gnulib's calloc-gnu, not calloc
[cppi.git]
/
tests
/
f7
blob
0fc7d554b7615a74c0be8d72e95270131eee9bfd
1
#!/bin/sh
2
3
t
=
`basename
$0
`
4
5
cat
>
$t
.I2
<<
\EOF
6
#if FOO
7
#include x
8
#endif
9
EOF
10
11
cat
>
$t
.I
<<
\EOF
12
#if FOO
13
#endif
14
EOF
15
16
cat
>
$t
.EO
<<EOF
17
$t
.I2
18
EOF
19
20
cat
>
$t
.Ee
<<
\EOF
21
EOF
22
23
# Arrange for this additional temp file to be deleted.
24
extra_temps
=
$t
.I2
25
26
redirect_stdin
=
no
27
options
=
"-l
$t
.I2"
28
expected_status
=
1
29
30
.
$top_srcdir
/
test
s
/
test-common