* tests/regression.at (Invalid CPP headers): Remove.

This commit is contained in:
Akim Demaille
2002-01-14 10:16:49 +00:00
parent 96df91407c
commit 6fc75bfd3a
2 changed files with 4 additions and 31 deletions

View File

@@ -1,3 +1,7 @@
2002-01-14 Akim Demaille <akim@epita.fr>
* tests/regression.at (Invalid CPP headers): Remove.
2002-01-12 Akim Demaille <akim@epita.fr>
Version 1.30l.

View File

@@ -606,37 +606,6 @@ AT_CLEANUP
## --------------------- ##
## Invalid CPP headers. ##
## --------------------- ##
# AT_TEST_CPP_GUARD_H([INPUT-FILE-BASE)
# -------------------------------------
m4_define([AT_TEST_CPP_GUARD_H],
[AT_SETUP([Invalid CPP guards: $1])
# Possibly create inner directories.
dirname=`AS_DIRNAME([$1])`
AS_MKDIR_P([$dirname])
AT_DATA([$1.y],
[%%
dummy:
])
AT_CHECK([bison --defines=$1.h $1.y])
# CPP should be happy with it.
AT_CHECK([$CC -E $1.h], 0, [ignore])
AT_CLEANUP
])
AT_TEST_CPP_GUARD_H([input/input])
AT_TEST_CPP_GUARD_H([9foo])
## -------------- ##
## Web2c Report. ##
## -------------- ##