aboutsummaryrefslogtreecommitdiffstats
path: root/test/kvx/sort/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/kvx/sort/test.h')
-rw-r--r--test/kvx/sort/test.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/kvx/sort/test.h b/test/kvx/sort/test.h
new file mode 100644
index 00000000..4501ee38
--- /dev/null
+++ b/test/kvx/sort/test.h
@@ -0,0 +1,6 @@
+#ifndef __TEST_H__
+#define __TEST_H__
+
+#define SIZE 100
+
+#endif