refactored some unit tests

This commit is contained in:
2024-09-30 10:58:54 -07:00
parent 131bc01a52
commit 4fb06d70fc
3 changed files with 550 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ include(GoogleTest)
add_executable(unit-tests
UnitTestPrediction.cpp
UnitTestMatrix.cpp
UnitTestMat.cpp
UnitTestAstar.cpp
UnitTestProjection.cpp
UnitTestVector3.cpp