aboutsummaryrefslogtreecommitdiff
path: root/src/test/CMakeLists.txt
diff options
context:
space:
mode:
authorWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-12-09 17:35:20 +0100
committerWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-12-09 17:35:20 +0100
commit7893342e1ba5fd01be7448244db967fda3c5cfe9 (patch)
tree6af7a1f89557f856d59dd64089d0a5fec8a84fae /src/test/CMakeLists.txt
parent66f2777086e4d554067da7400f543fe7cc9e4b0b (diff)
checked for 0 division
Diffstat (limited to 'src/test/CMakeLists.txt')
-rw-r--r--src/test/CMakeLists.txt1
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