summaryrefslogtreecommitdiff
path: root/tests/TEMPLATE/Makefile.am
Commit message (Expand)AuthorAge
* add CFLAGS and CXXFLAGS options as appropriate to testsuite Makefile.am filesDennis Clarke2012-10-31
* change test template to remove test executable when that executable has an ex...Will Estes2006-11-09
* remove BISON assignment as per suggestion from Akim DemailleWill Estes2002-10-11
* use builddir in tests that need it in their include pathWill Estes2002-10-10
* sometimes we put header files in the builddir and so we should account for thatWill Estes2002-10-10
* replace the last instanceWill Estes2002-10-10
* use AM_CPPFLAGS instead of INCLUDES; write -I with no space after it for brok...Will Estes2002-09-27
* not all compilers support '-I dir' so we write '-Idir' insteadWill Estes2002-09-23
* Tests now respect CFLAGS, CPPFLAGS, etc..John Millaway2002-08-16
* Prepended explicit license to all test-*/ sources.John Millaway2002-06-25
* Added -I . to compiler search path in tests (so it finds the generated parser...John Millaway2002-04-19
* Added top_builddir to -I path.John Millaway2002-04-19
* and we want LFLAGS in the rule to make scanner.c as wellWill Estes2002-04-09
* We may want to have LFLAGS readily availableWill Estes2002-04-09
* oops, we need to clean objects tooWill Estes2002-04-09
* now that config.h lives in the top-level directory, we need to tell the tests...Will Estes2002-04-09
* only one config file header apparently; this will have consequences in the te...Will Estes2002-04-08
* test suite changesWill Estes2002-04-08