[Cppunit-devel] Money example
Brought to you by:
blep
From: Daryl L. <dl...@al...> - 2004-10-13 00:59:49
|
I have used JUnit, and am trying to get CPPUnit set up on my Linux machine. The Money example seems to doubly define MoneyApp_LDFLAGS in Makefile.am: # Rules for the test code (use `make check` to execute) TESTS = MoneyApp check_PROGRAMS = $(TESTS) MoneyApp_SOURCES = Money.h MoneyTest.h MoneyTest.cpp MoneyApp.cpp MoneyApp_CXXFLAGS = $(CPPUNIT_CFLAGS) MoneyApp_LDFLAGS = $(CPPUNIT_LIBS) MoneyApp_LDFLAGS = -ldl One or both of these seems to need fixing; which one, and how? -- Daryl Lee Open the present--it's a gift. |