repo.or.cz
/
cppi
/
ericb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
build: update gnulib submodule to latest
[cppi/ericb.git]
/
tests
/
e9
blob
a3259cf24b887adeb8a959aef8e641860c85509f
1
#!/bin/sh
2
3
t
=
`basename
$0
`
4
5
cat
>
$t
.I
<<
\EOF
6
#if (FOO)
7
# error ick
8
#endif
9
EOF
10
11
cat
>
$t
.EO
<<
\EOF
12
EOF
13
14
cat
>
$t
.Ee
<<
\EOF
15
EOF
16
17
options
=
-c
18
expected_status
=
0
19
20
.
$srcdir
/
test-common