aboutsummaryrefslogtreecommitdiff
path: root/test/cxxtest/sample/winddk/Makefile.inc
blob: edc6f8c8cbc510913350e2ad624462fe982cb3cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*- Makefile -*-

#
# Tell the DDK how to generate RunTests.cpp from RunTests.tpl and the tests
#

PERL=perl
PYTHON=python
CXXTESTGEN=$(PERL) $(CXXTESTDIR)/cxxtestgen.pl
#CXXTESTGEN=$(PYTHON) $(CXXTESTDIR)/cxxtestgen.py

TEST_SUITES=$(SUITESDIR)/*.h

RunTests.cpp: RunTests.tpl $(TEST_SUITES)
	$(CXXTESTGEN) -o $@ --template=RunTests.tpl $(TEST_SUITES)