diff options
| author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-09 17:35:20 +0100 |
|---|---|---|
| committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-09 17:35:20 +0100 |
| commit | 7893342e1ba5fd01be7448244db967fda3c5cfe9 (patch) | |
| tree | 6af7a1f89557f856d59dd64089d0a5fec8a84fae /src/test | |
| parent | 66f2777086e4d554067da7400f543fe7cc9e4b0b (diff) | |
checked for 0 division
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt index 1c963d8..a6d3387 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -15,7 +15,6 @@ target_sources(test_main PUBLIC Vector2Test.cpp LoopManagerTest.cpp LoopTimerTest.cpp - InputTest.cpp ScriptEventTest.cpp ScriptSceneTest.cpp |