Code

tweaking tweaks
[inkscape.git] / cxxtest / sample / winddk / Makefile.inc
1 # -*- Makefile -*-
3 #
4 # Tell the DDK how to generate RunTests.cpp from RunTests.tpl and the tests
5 #
7 PERL=perl
8 PYTHON=python
9 CXXTESTGEN=$(PERL) $(CXXTESTDIR)/cxxtestgen.pl
10 #CXXTESTGEN=$(PYTHON) $(CXXTESTDIR)/cxxtestgen.py
12 TEST_SUITES=$(SUITESDIR)/*.h
14 RunTests.cpp: RunTests.tpl $(TEST_SUITES)
15         $(CXXTESTGEN) -o $@ --template=RunTests.tpl $(TEST_SUITES)