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
/
e7
blob
c4a1d1f33ccac4eb70da06a1c00251fe8d433ac0
1
#!/bin/sh
2
3
t
=
`basename
$0
`
4
5
cat
>
$t
.I
<<
\EOF
6
int c
=
'
\"
'
;
7
# if(FOO)
8
# endif
9
EOF
10
11
cat
>
$t
.EO
<<
\EOF
12
int c
=
'
\"
'
;
13
#if (FOO)
14
#endif
15
EOF
16
17
cat
>
$t
.Ee
<<
\EOF
18
EOF
19
20
expected_status
=
0
21
22
.
$top_srcdir
/
test
s
/
test-common