CommonTests: Add tests for BitUtils

This commit is contained in:
Connor McLaughlin
2020-04-26 18:33:18 +10:00
parent 5671fde1ae
commit 28a022547f
4 changed files with 71 additions and 0 deletions

View File

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