Browse Source

[C::B] build fixes

AlexVinS 8 years ago
parent
commit
0b50976de1
2 changed files with 2 additions and 1 deletions
  1. 1 1
      test/Battlefield.cpp
  2. 1 0
      test/Test.cbp

+ 1 - 1
test/Battlefield.cpp

@@ -9,7 +9,7 @@
  */
 #include "StdInc.h"
 #include <boost/test/unit_test.hpp>
-#include "lib/BattleHex.h"
+#include "../lib/BattleHex.h"
 
 BOOST_AUTO_TEST_SUITE(BattlefieldHex_Suite)
 

+ 1 - 0
test/Test.cbp

@@ -61,6 +61,7 @@
 			<Add option="-lboost_filesystem$(#boost.libsuffix)" />
 			<Add directory="../" />
 		</Linker>
+		<Unit filename="Battlefield.cpp" />
 		<Unit filename="CMapEditManagerTest.cpp" />
 		<Unit filename="CMapFormatTest.cpp" />
 		<Unit filename="CMemoryBufferTest.cpp" />