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
/
stringify-1
blob
7352d4da520f446a1609bfe77d6329eb4a217d3d
1
#!/bin/sh
2
3
t
=
`basename
$0
`
4
5
cat
>
$t
.I
<<
\EOF
6
#if FOO
7
#define foo(if) \
8
#if
9
#endif
10
EOF
11
12
cat
>
$t
.EO
<<
\EOF
13
#if FOO
14
# define foo(if) \
15
#if
16
#endif
17
EOF
18
19
>
$t
.Ee
20
21
redirect_stdin
=
no
22
expected_status
=
0
23
24
.
$top_srcdir
/
test
s
/
test-common