xmscore  1.0
math.t.h
Go to the documentation of this file.
1 #pragma once
2 #ifdef CXX_TEST
3 //------------------------------------------------------------------------------
8 //------------------------------------------------------------------------------
9 #include <cxxtest/TestSuite.h>
10 
11 class MathUnitTests : public CxxTest::TestSuite
12 {
13 public:
14  void TestIt();
15 };
16 #endif
Unit tests for xmscore math functions.
Definition: math.t.h:11
void TestIt()
Test xmscore math functions.
Definition: math.cpp:31