Engine is now installable
This commit is contained in:
@@ -60,7 +60,7 @@ BOOST_AUTO_TEST_CASE(remove_keeporder)
|
||||
BOOST_AUTO_TEST_CASE(find)
|
||||
{
|
||||
Array<uint8> array;
|
||||
for(uint32 i = 0; i < 100; ++i)
|
||||
for(uint8 i = 0; i < 100; ++i)
|
||||
{
|
||||
array.add(i);
|
||||
}
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
using namespace Seele;
|
||||
using namespace Seele::Math;
|
||||
|
||||
BOOST_AUTO_TEST_SUITE(VectorParse)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user