OPTK
0.1.2
Toolkit for global optimisation algorithms
includes
tests
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_
testutils.hpp
Some utility functions for running tests.
run_type_tests
void run_type_tests()
types.hpp
Defines the main types used in the program.
Generated by
1.8.13