OPTK  0.1.2
Toolkit for global optimisation algorithms
tests.hpp
Go to the documentation of this file.
1 
22 #ifndef __TESTS_H_
23 #define __TESTS_H_
24 
25 #include <iostream>
26 #include <assert.h>
27 
31 namespace OPTKtest {
32 
36  void testmain();
37 }
38 #endif // __TESTS_H_
void testmain()
Definition: tests.hpp:31