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
maint: update bootstrap from gnulib
[cppi.git]
/
tests
/
stringify-4
blob
177464e466a02c6f15ffa91522715821ec719e2f
1
#!/bin/sh
2
3
t
=
`basename
$0
`
4
5
cat
>
$t
.I
<<
\EOF
6
#if FOO
7
# define foo(if) \
8
this is the
2
nd line \
9
#if this line is not a cpp #if directive, but rather stringifies the `if' \
10
argument to the foo macro
,
`foo'.
11
#endif
12
EOF
13
14
>
$t
.EO
15
>
$t
.Ee
16
17
redirect_stdin=no
18
options="-c"
19
expected_status=0
20
21
.
$top_srcdir
/tests/test-common