OPTK  0.1.2
Toolkit for global optimisation algorithms
types_test.hpp
Go to the documentation of this file.
1 
22 #ifndef __TYPES_TEST_H_
23 #define __TYPES_TEST_H_
24 
25 #include <assert.h>
26 #include <iostream>
27 #include <memory>
28 
29 #include <optk/types.hpp>
30 #include <tests/testutils.hpp>
31 
36 void run_type_tests();
37 
38 #endif // __TYPES_TEST_H_
Some utility functions for running tests.
void run_type_tests()
Defines the main types used in the program.