diff --git a/TinySTL/Test/AlgorithmTest.h b/TinySTL/Test/AlgorithmTest.h new file mode 100644 index 0000000..564e9a8 --- /dev/null +++ b/TinySTL/Test/AlgorithmTest.h @@ -0,0 +1,18 @@ +#ifndef _ALGORITHM_TEST_H_ +#define _ALGORITHM_TEST_H_ + +#include "TestUtil.h" + +#include "../Algorithm.h" +#include + +#include +#include + +namespace TinySTL{ + namespace AlgorithmTest{ + void testFIll(); + } +} + +#endif \ No newline at end of file