]> granicus.if.org Git - flex/commit
Cleaned up more precisely after make check.
authorWill Estes <westes575@gmail.com>
Fri, 13 Nov 2015 02:44:07 +0000 (21:44 -0500)
committerWill Estes <westes575@gmail.com>
Fri, 13 Nov 2015 02:44:07 +0000 (21:44 -0500)
commit0be145eea8cda6d1eb15e6d9a119224afd1cdf12
tree0a39ca3cb782c1ff227bab7a2f35a81badd66522
parent4864c4f23a9cc0596dacb1c0a2a85d0ba3c62ff5
Cleaned up more precisely after make check.

BUILT_SOURCES is now just the list of headers built as per the
automake manual. We provide the list of files to clean to make
rebuilding the test suite programs easier. We then use the CLEANFILES
list in a dist-hook to clean up the distribution that automake gathers
since not distributing flex generated files is foreign to automake's
mindset, but we need exactly that.

Additionally, we locate inputs to the tables-related tests more
precisely. Some files are in srcdir and some are in builddir, which
the arguments to the log compiler are now made aware of.
tests/Makefile.am