From 310e157beafe141d877755af858771012c5e2f55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=93=E8=88=AA?= <1210603696@qq.com> Date: Sat, 20 Dec 2014 10:52:01 +0800 Subject: [PATCH] add --- TinySTL/Test/AlgorithmTest.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 TinySTL/Test/AlgorithmTest.h 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