diff options
| author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-11-08 07:31:41 -0800 |
|---|---|---|
| committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-11-08 07:31:41 -0800 |
| commit | bff09f0ff2795d98b75c5579b1e50254eecf01a4 (patch) | |
| tree | f1d8db3f70ef6bb7427ce8956fa263b11a37c3cd /examples/cppunittest/Makefile.am | |
| parent | 292026e36ce5b9ebdad86e99304be2ded8c199d8 (diff) | |
| download | cppunit-feature/parameterized.tar.gz | |
add parameterized test callersfeature/parameterized
Diffstat (limited to 'examples/cppunittest/Makefile.am')
| -rw-r--r-- | examples/cppunittest/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/cppunittest/Makefile.am b/examples/cppunittest/Makefile.am index 4b93173..16bd162 100644 --- a/examples/cppunittest/Makefile.am +++ b/examples/cppunittest/Makefile.am @@ -75,6 +75,12 @@ cppunittestmain_SOURCES = \ XmlUniformiserTest.h \ XmlUniformiserTest.cpp +if WITH_OPTIONAL_FEATURES +cppunittestmain_SOURCES += \ + TestParameterizedTestCaller.cpp \ + TestParameterizedTestCaller.h +endif + cppunittestmain_LDADD= \ $(top_builddir)/src/cppunit/libcppunit.la \ $(LIBADD_DL) |
