Makefile revision 6b15695578f07a3f72c4c9475c1a261a3021472a
# Where to look for the tests
# Where the CxxTest distribution is unpacked
CXXTESTDIR = ..\..
# Check CXXTESTDIR
# cxxtestgen needs Perl or Python
!else
# The arguments to pass to cxxtestgen
# - ParenPrinter is the way MSVC likes its compilation errors
# - --have-eh/--abort-on-fail are nice when you have them
CXXTESTGEN_FLAGS = \
--runner=ParenPrinter \
# How to generate the test runner, `runner.cpp'
runner.cpp: $(TESTS)
# How to run the tests, which should be in DIR\runner.exe
$(DIR)\runner.exe