* tests/regression.at (AT_TEST_CPP_GUARD_H): Adjust the clean up

pattern.
This commit is contained in:
Akim Demaille
2001-11-05 09:19:00 +00:00
parent 1964ad8c34
commit e4d910bf0f
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2001-11-05 Akim Demaille <akim@epita.fr>
* tests/regression.at (AT_TEST_CPP_GUARD_H): Adjust the clean up
pattern.
2001-11-05 Akim Demaille <akim@epita.fr>
* src/options.h (struct option_table_struct): set_flags is void*.

View File

@@ -197,7 +197,7 @@ AT_CHECK([bison --defines=$1.h $1.y])
# CPP should be happy with it.
AT_CHECK([$CC -E $1.h], 0, [ignore])
AT_CLEANUP($1.y)
AT_CLEANUP($1.*)
])
AT_TEST_CPP_GUARD_H([input/input])