simple_test.h
Go to the documentation of this file.
1 
2 
3 
4 #include <misc/auxiliary.h>
5 
7 {
8 public:
9  void testMyTest()
10  {
11  float fnum = 2.00001f;
12  TS_ASSERT_DELTA (fnum, 2.0f, 0.0001f);
13  }
14 
16  {
17  TS_ASSERT( sizeof(long) == SIZEOF_LONG ); // correct config.h?
18  }
19 
20 };
21 
void testSIZEOFLONG()
Definition: simple_test.h:15
#define TS_ASSERT(e)
Definition: TestSuite.h:239
#define TS_ASSERT_DELTA(x, y, d)
Definition: TestSuite.h:373
All the auxiliary stuff.
FILE * f
Definition: checklibs.c:7