Common/Event: Add unit tests

This commit is contained in:
Connor McLaughlin
2020-04-05 23:25:45 +10:00
parent e7640d5367
commit 411fbe8416
6 changed files with 88 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
add_executable(common-tests
event_tests.cpp
rectangle_tests.cpp
)