* src/scan-skel.l: Output the base name parts of the parser and

header file names.
* tests/output.at (AT_CHECK_OUTPUT): Support subdirectorioes, and
additional checks.
Use this to exercise C++ outputs in subdirs.
Reported by Oleg Smolsky.
This commit is contained in:
Akim Demaille
2005-10-13 10:13:24 +00:00
parent 2ed284440f
commit 7625ec2c83
6 changed files with 49 additions and 5 deletions

View File

@@ -62,6 +62,9 @@ typedef size_t uintptr_t;
#include <stpcpy.h>
/* From lib/basename.c. */
char *base_name (char const *name);
/*-----------------.
| GCC extensions. |