office-gobmx/cppunit
Tor Lillqvist 3aa3d170a0 Bypass cppunit stuff for non-DESKTOP in more places
We don't run any cppunit tests for cross-compiled platforms anyway, so no
point in compiling that. (Especially as compiling cppunit currently fails in a
--enable-werror build at least for Android thanks to -Wundef.)

Change-Id: I3139c62305ccfeddc0f67729f10e224618d2fc03
2013-04-02 18:17:51 +03:00
..
android.patch
disable-dynloading.patch
ExternalPackage_cppunit.mk
ExternalProject_cppunit.mk
ios.patch
Makefile
Module_cppunit.mk Bypass cppunit stuff for non-DESKTOP in more places 2013-04-02 18:17:51 +03:00
README
unix.patch
UnpackedTarball_cppunit.mk
windows.patch
wundef.patch

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

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