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
/
f9
blob
99c6ff1ef99152c87e004c2db2d4e8f74c7c4e3d
1
#!/bin/sh
2
3
t
=
`basename
$0
`
4
5
cat
>
$t
.I
<<
\EOF
6
#if 0
7
# ifdef _AIX
8
# define cppi_converts_the_tab_on_this_line_to_a_space
9
# define cppi_converts_the_tabs_and_spaces_on_this_line_to_a_space
10
# include "foo"
11
# pragma alloca
12
# pragma alloca
13
# endif
14
#endif
15
EOF
16
17
cat
>
$t
.EO
<<
\EOF
18
EOF
19
20
cat
>
$t
.Ee
<<
\EOF
21
EOF
22
23
options
=
-c
24
expected_status
=
0
25
26
.
$top_srcdir
/
test
s
/
test-common