[go: up one dir, main page]

File: f7

package info (click to toggle)
cppi 1.18-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,936 kB
  • sloc: ansic: 12,443; sh: 7,551; lex: 850; perl: 173; makefile: 47; sed: 16
file content (30 lines) | stat: -rwxr-xr-x 331 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#!/bin/sh

t=`basename $0`

cat > $t.I2 <<\EOF
#if FOO
#include x
#endif
EOF

cat > $t.I <<\EOF
#if FOO
#endif
EOF

cat > $t.EO <<EOF
$t.I2
EOF

cat > $t.Ee <<\EOF
EOF

# Arrange for this additional temp file to be deleted.
extra_temps=$t.I2

redirect_stdin=no
options="-l $t.I2"
expected_status=1

. $top_srcdir/tests/test-common