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
version 1.18
[cppi.git]
/
tests
/
f3
blob
3867c49e61666a74783c28e38a99cafde1112953
1
#!/bin/sh
2
3
t
=
`basename
$0
`
4
5
cat
>
$t
.I
<<
\EOF
6
#if (FOO)
7
#elif (NO_BLANK_AFTER_ELIF)
8
# undef FOOBAR
9
#endif
10
EOF
11
12
cat
>
$t
.EO
<<
\EOF
13
EOF
14
15
cat
>
$t
.Ee
<<
\EOF
16
EOF
17
18
options
=
-c
19
expected_status
=
0
20
21
.
$top_srcdir
/
test
s
/
test-common