Hi,
I noticed a small error in the Money Example (
file:///usr/share/doc/lib64cppunit2-devel-1.10.2/money_example.html) that
prevent it to compile.
The 2 last lines of the Makefile.am
MoneyApp_LDFLAGS = $(CPPUNIT_LIBS)
MoneyApp_LDFLAGS = -ldl
Should be changed to
MoneyApp_LDFLAGS = $(CPPUNIT_LIBS) -ldl
Thanks a lot for this project. After enjoying JUnit, I was very please to
see that someone spent the time and effort to make an equivalent project for
C++
-ph
--
Canis meus id comedit.
|