diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-27 14:41:49 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-27 14:41:49 +0100 |
commit | e8b93d0ffaccf523139f75ff9b9dc43647e90746 (patch) | |
tree | ef18b14209d404438e0665b2728ae609ec68266b | |
parent | 7070f22d86057eafca3b82321d4146958c14a33e (diff) |
test file rename
-rw-r--r-- | src/test/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/test/InputTest.cpp (renamed from src/test/inputTest.cpp) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt index ac4d73a..dd4a754 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -12,5 +12,5 @@ target_sources(test_main PUBLIC ValueBrokerTest.cpp DBTest.cpp Vector2Test.cpp - inputTest.cpp + InputTest.cpp ) diff --git a/src/test/inputTest.cpp b/src/test/InputTest.cpp index 0e3e097..0e3e097 100644 --- a/src/test/inputTest.cpp +++ b/src/test/InputTest.cpp |