diff options
| author | Steve M. Robbins <smr@sumost.ca> | 2001-07-15 17:42:32 +0000 |
|---|---|---|
| committer | Steve M. Robbins <smr@sumost.ca> | 2001-07-15 17:42:32 +0000 |
| commit | c866084c8b86aa76c3565958fad8553c43bc3306 (patch) | |
| tree | 997582228a56fecc5db33ec6fed3e967d0aecf1b /include/cppunit/Makefile.am | |
| parent | 08b4a5c444044db09dc5c668390e9f40663210ff (diff) | |
| download | cppunit-c866084c8b86aa76c3565958fad8553c43bc3306.tar.gz | |
TextFixture introduced. First steps at using it.
Diffstat (limited to 'include/cppunit/Makefile.am')
| -rw-r--r-- | include/cppunit/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/cppunit/Makefile.am b/include/cppunit/Makefile.am index 6e2f9f8..7cd590d 100644 --- a/include/cppunit/Makefile.am +++ b/include/cppunit/Makefile.am @@ -12,8 +12,9 @@ libcppunitinclude_HEADERS = \ Portability.h \ Test.h \ TestAssert.h \ - TestCaller.h \ + TestFixture.h \ TestCase.h \ + TestCaller.h \ TestFailure.h \ TestResult.h \ TestRegistry.h \ |
