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
/
ansi-6
blob
379d26980c4d68ec68c3e0dac647705232553fb6
1
#!/bin/sh
2
3
t
=
`basename
$0
`
4
5
cat
>
$t
.I
<<
\EOF
6
#if 0
7
#else this is non-ANSI
8
#endif
9
EOF
10
11
cat
>
$t
.EO
<<
\EOF
12
-
13
EOF
14
15
cat
>
$t
.Ee
<<
\EOF
16
EOF
17
18
options
=
'-l --ansi'
19
expected_status
=
1
20
21
.
$top_srcdir
/
test
s
/
test-common