feat: add network manager and GeometryOperator
This commit is contained in:
10
tests/NetworkTests.cpp
Normal file
10
tests/NetworkTests.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
#include "Engine/Network/NetworkManager.h"
|
||||
|
||||
|
||||
TEST_CASE("network")
|
||||
{
|
||||
enzo::nt::NetworkManager networkManager;
|
||||
networkManager.addOperator();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user