mirror of
https://github.com/glest/glest-source.git
synced 2025-09-02 20:42:34 +02:00
attempt for big cleanup of out of synch issues, please test!
This commit is contained in:
@@ -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 "./")
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user