Files
loongoffice/cppunit
Stephan Bergmann 7c4f2ec8a7 Simplify install name handling for external libraries on Mac OS X
...by allowing our special @___... tokens anywhere within an install name,
so that external modules can configure --prefix=/@___... etc.  This removes
the need for the special extshl and EXTRPATH=LOADER.  Also, a new
OUT2BIN_NONE can be used for external modules where the generated libraries
need the default EXTRPATH=OOO, but generated executables are only used
during the build and such need RPATH=NONE.
2012-02-29 18:46:38 +01:00
..
2011-11-17 15:22:53 +02:00
2011-07-10 14:52:49 +03:00
2011-06-17 13:33:42 +03:00

C++ port of the JUnit framework for unit testing.

From [http://sourceforge.net/projects/cppunit/]