Updated merge checker and seperated the matrix tests fro mthe timing tests
All checks were successful
Merge-Checker / build_and_test (pull_request) Successful in 21s
All checks were successful
Merge-Checker / build_and_test (pull_request) Successful in 21s
This commit is contained in:
@@ -16,6 +16,15 @@ target_link_libraries(matrix-tests
|
||||
Catch2::Catch2WithMain
|
||||
)
|
||||
|
||||
# matrix timing tests
|
||||
add_executable(matrix-timing-tests matrix-timing-tests.cpp)
|
||||
|
||||
target_link_libraries(matrix-timing-tests
|
||||
PRIVATE
|
||||
matrix
|
||||
Catch2::Catch2WithMain
|
||||
)
|
||||
|
||||
# Vector 3D Tests
|
||||
add_executable(vector-3d-tests vector-tests.cpp)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user