attempt for big cleanup of out of synch issues, please test!

This commit is contained in:
Mark Vejvoda
2013-09-23 17:16:34 +00:00
parent 440ec7dd7e
commit 3a6544a257
24 changed files with 679 additions and 153 deletions

View File

@@ -27,6 +27,7 @@ IF(BUILD_MEGAGLEST_TESTS)
SET(DIRS_WITH_SRC
./
shared_lib/graphics
shared_lib/util
shared_lib/xml)
SET(MG_INCLUDES_ROOT "./")

View File

@@ -22,7 +22,7 @@
using namespace Shared::Graphics;
//
// Tests for XmlIo
// Tests for math_util
//
class MathUtilTest : public CppUnit::TestFixture {
// Register the suite of tests for this fixture