add simple test for matrix

This commit is contained in:
chatlanin
2022-03-30 12:49:59 +03:00
parent 2a57555436
commit 393aa844a4
4 changed files with 54 additions and 0 deletions

View File

@@ -27,3 +27,12 @@ test(
dependencies: [ deps, gtest_dep ]
)
)
test(
'math',
executable(
'math',
'math.cpp',
dependencies: [ deps, gtest_dep ]
)
)