diff options
| author | Bastiaan Bakker <bastiaan.bakker@lifeline.nl> | 2001-04-22 22:09:57 +0000 |
|---|---|---|
| committer | Bastiaan Bakker <bastiaan.bakker@lifeline.nl> | 2001-04-22 22:09:57 +0000 |
| commit | c910c4cc5cde77b7ef034c50058d8d5f11bd4b71 (patch) | |
| tree | b6150386cb0a000c96ac573ac161e262231ba42e /include/cppunit/extensions/Makefile.am | |
| parent | 788f81ef8dac04bb5fd0b88cc6d0ef150c4c5a6f (diff) | |
| download | cppunit-c910c4cc5cde77b7ef034c50058d8d5f11bd4b71.tar.gz | |
Merged extension headers back in from Micheal Feathers version.
Diffstat (limited to 'include/cppunit/extensions/Makefile.am')
| -rw-r--r-- | include/cppunit/extensions/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/cppunit/extensions/Makefile.am b/include/cppunit/extensions/Makefile.am new file mode 100644 index 0000000..1388d9d --- /dev/null +++ b/include/cppunit/extensions/Makefile.am @@ -0,0 +1,7 @@ +libcppunitincludedir = $(includedir)/cppunit/extensions + +libcppunitinclude_HEADERS = \ + Orthodox.h \ + RepeatedTest.h \ + TestDecorator.h \ + TestSetup.h |
