diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-08 12:54:35 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-08 12:54:35 +0100 |
commit | dc7a1c3d669b901adb9c520b4a76a868a3cc94e9 (patch) | |
tree | 3e2fb8781ba648a9d8ff4bb4b033cd5cc83c85cc /src/test/CMakeLists.txt | |
parent | 81de5e68ba6cf5cd8bc64c3fc0eecef84c417b61 (diff) |
fixed inputtest test because of adjusting inputtest values. however inputtest passes while sdlcontext returns pixel coordinates?????
Diffstat (limited to 'src/test/CMakeLists.txt')
-rw-r--r-- | src/test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt index c9cbac5..eae59f2 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -13,8 +13,8 @@ target_sources(test_main PUBLIC ValueBrokerTest.cpp DBTest.cpp Vector2Test.cpp + Profiling.cpp InputTest.cpp ScriptEventTest.cpp ScriptSceneTest.cpp - Profiling.cpp ) |