diff options
| author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-25 10:38:18 +0100 |
|---|---|---|
| committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-25 10:38:18 +0100 |
| commit | 327154fd428e0798eea544d9f073f8e1293aa158 (patch) | |
| tree | 0bf5ea14a33cf54ab6bbddd22bce5e72f9398cb0 /src/test/CMakeLists.txt | |
| parent | 987fc16a8ae124548e2074d6f46806387c03e161 (diff) | |
most test working
Diffstat (limited to 'src/test/CMakeLists.txt')
| -rw-r--r-- | src/test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt index d310f6a..ac4d73a 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -12,4 +12,5 @@ target_sources(test_main PUBLIC ValueBrokerTest.cpp DBTest.cpp Vector2Test.cpp + inputTest.cpp ) |