diff options
author | JAROWMR <jarorutjes07@gmail.com> | 2024-12-06 15:36:54 +0100 |
---|---|---|
committer | JAROWMR <jarorutjes07@gmail.com> | 2024-12-06 15:36:54 +0100 |
commit | e882a9787919b4e804878e5458c535342a718a08 (patch) | |
tree | 2e7fe062136c060513bfc973a30a6d597a65c380 /src | |
parent | 27a5332ee8e905d346a088ac7f4d1d1bb30025c4 (diff) |
enabled all test expect profiling
Diffstat (limited to 'src')
-rw-r--r-- | src/test/CMakeLists.txt | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt index a863598..9a4dfe7 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -1,20 +1,20 @@ target_sources(test_main PUBLIC main.cpp CollisionTest.cpp - # PhysicsTest.cpp - # ScriptTest.cpp - # ParticleTest.cpp - # AssetTest.cpp - # OptionalRefTest.cpp - # RenderSystemTest.cpp - # EventTest.cpp - # ECSTest.cpp - # SceneManagerTest.cpp - # ValueBrokerTest.cpp - # DBTest.cpp - # Vector2Test.cpp - # InputTest.cpp - # ScriptEventTest.cpp - # ScriptSceneTest.cpp - # Profiling.cpp + PhysicsTest.cpp + ScriptTest.cpp + ParticleTest.cpp + AssetTest.cpp + OptionalRefTest.cpp + RenderSystemTest.cpp + EventTest.cpp + ECSTest.cpp + SceneManagerTest.cpp + ValueBrokerTest.cpp + DBTest.cpp + Vector2Test.cpp + InputTest.cpp + ScriptEventTest.cpp + ScriptSceneTest.cpp + # Profiling.cpp #disabled for saving time ) |