summaryrefslogtreecommitdiff
path: root/tests/test-c-cpp-r
Commit message (Expand)AuthorAge
* add CFLAGS and CXXFLAGS options as appropriate to testsuite Makefile.am filesDennis Clarke2012-10-31
* rename .cvsignore files in tests/ subdirectories to gitignoreWill Estes2012-07-29
* change CLEANFILES to include instead of just the testname for the executableWill Estes2006-11-09
* remove BISON assignment as per suggestion from Akim DemailleWill Estes2002-10-11
* we used INCLUDES in another place in the Makefile.am files in the test suiteWill Estes2002-09-27
* oops, I typed that last s/// command to perl way wrongWill Estes2002-09-27
* use AM_CPPFLAGS instead of INCLUDES; write -I with no space after it for brok...Will Estes2002-09-27
* Tests now respect CFLAGS, CPPFLAGS, etc..John Millaway2002-08-16
* ignore .cpp files since we generate them instead of .cWill Estes2002-08-15
* The c++ tests use .cpp instead of .c extensions just to be on the safe side.John Millaway2002-08-15
* Fixed test-c-cpp to actually use the C++ compiler for the test.John Millaway2002-07-27
* All prototypes were rewritten to depend upon the macro YY_TRADITIONAL_FUNC_DE...John Millaway2002-07-25
* 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
* we didn't need parser.yWill Estes2002-04-11
* now that config.h lives in the top-level directory, we need to tell the tests...Will Estes2002-04-09
* we can ignore some Makefile.inWill Estes2002-04-08
* test suite changesWill Estes2002-04-08
* Added test-c-cpp-nr and test-c-cpp-r.John Millaway2002-02-21