diff options
author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-06-16 17:16:22 +0000 |
---|---|---|
committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-06-16 17:16:22 +0000 |
commit | 81f96d1b9e849fc77b6a8b66c6e7e8eb62fa6552 (patch) | |
tree | b08f697097a273758f9f0d5d63a1bdcd8a6271e4 /examples/cppunittest | |
parent | 5e29d623a9e21dbc51aba45da655de373dbacd18 (diff) | |
download | cppunit-81f96d1b9e849fc77b6a8b66c6e7e8eb62fa6552.tar.gz |
added ToolsSuite.h
Diffstat (limited to 'examples/cppunittest')
-rw-r--r-- | examples/cppunittest/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/cppunittest/Makefile.am b/examples/cppunittest/Makefile.am index 3d46300..1575e51 100644 --- a/examples/cppunittest/Makefile.am +++ b/examples/cppunittest/Makefile.am @@ -56,6 +56,7 @@ cppunittestmain_SOURCES = \ TestSuiteTest.h \ TestTest.cpp \ TestTest.h \ + ToolsSuite.h \ TrackedTestCase.cpp \ TrackedTestCase.h \ UnitTestToolSuite.h \ |