Math module initial
This commit is contained in:
parent
e29328a0dd
commit
4a2ab6f5d0
25 changed files with 2725 additions and 5 deletions
14
Math/tests/TestCommon.cpp
Normal file
14
Math/tests/TestCommon.cpp
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
|
||||
#include "Testing.hpp"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
using namespace tp;
|
||||
|
||||
TEST_DEF_STATIC(Simple) {
|
||||
|
||||
}
|
||||
|
||||
TEST_DEF(Math) {
|
||||
testSimple();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue