Makefile revision 6b15695578f07a3f72c4c9475c1a261a3021472a
947bd6c648bd29bc226971324de1b30230a56a22David Lawrence# Where to look for the tests
878363c06b3d42f8fa4acca0c4aec9252b7844d9David Lawrence# Where the CxxTest distribution is unpacked
cc5547dbcb04bdc498cf050c6104a1974f68c6eaAndreas Gustafsson# Check CXXTESTDIR
c7f22f83aac9e61dafee191cad040e9c42652cc8David Lawrence# cxxtestgen needs Perl or Python
c4717613e45323ed23dc6e9162cba89f1f83830cDavid LawrenceCXXTESTGEN = $(PERL) $(CXXTESTDIR)/cxxtestgen.pl
f6d6835ed5bb14f7d87cb9b736deadf9de2085ddAndreas GustafssonCXXTESTGEN = $(PYTHON) $(CXXTESTDIR)/cxxtestgen.py
38feb01f1b0a3ac65897ae63c22c27c72e8cfda1David Lawrence# The arguments to pass to cxxtestgen
38feb01f1b0a3ac65897ae63c22c27c72e8cfda1David Lawrence# - ParenPrinter is the way MSVC likes its compilation errors
38feb01f1b0a3ac65897ae63c22c27c72e8cfda1David Lawrence# - --have-eh/--abort-on-fail are nice when you have them
5b27fa26dd1288f61de9ace6f4ec56be63858048David Lawrence# How to generate the test runner, `runner.cpp'
5b27fa26dd1288f61de9ace6f4ec56be63858048David Lawrence $(CXXTESTGEN) $(CXXTESTGEN_FLAGS) -o $@ $(TESTS)
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley# How to run the tests, which should be in DIR\runner.exe