summaryrefslogtreecommitdiff
path: root/src/cppunit
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2002-04-15 15:01:18 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2002-04-15 15:01:18 +0000
commite508c621cb32033278f5c83cdc6d74beb2ed03a9 (patch)
treede3ed97b0fc811f624d9bb8ece32a9c54f735638 /src/cppunit
parent617df034edf60f5792f09d7a03085907644cc55d (diff)
downloadcppunit-e508c621cb32033278f5c83cdc6d74beb2ed03a9.tar.gz
correct sucess typo.
Diffstat (limited to 'src/cppunit')
-rw-r--r--src/cppunit/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cppunit/Makefile.am b/src/cppunit/Makefile.am
index 07e3451..bed96e4 100644
--- a/src/cppunit/Makefile.am
+++ b/src/cppunit/Makefile.am
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.am,v 1.24 2002-04-15 15:44:23 blep Exp $
+# $Id: Makefile.am,v 1.25 2002-04-15 16:01:18 blep Exp $
#
EXTRA_DIST = cppunit.dsp cppunit_dll.dsp DllMain.cpp
@@ -32,7 +32,7 @@ libcppunit_la_SOURCES = \
TestResultCollector.cpp \
TestRunner.cpp \
TestSetUp.cpp \
- TestSucessListener.cpp \
+ TestSuccessListener.cpp \
TestSuite.cpp \
TextOutputter.cpp \
TextTestProgressListener.cpp \