fxing test namespace compil error still linkage error (components have been moved)

This commit is contained in:
Clément Le Bihan
2021-05-24 18:17:40 +02:00
parent b54c2ad26e
commit efa6d4b154
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@
#include <catch2/catch.hpp>
using namespace WAL;
using namespace BBM;
TEST_CASE("Create system", "[Engine][System]")
{
+1
View File
@@ -6,6 +6,7 @@
#include "Component/Position/PositionComponent.hpp"
#include <catch2/catch.hpp>
using namespace BBM;
using namespace WAL;
TEST_CASE("Component", "[Entity]")