Add Sconscript for unit test
[trackerpp.git] / include / test.h
diff --git a/include/test.h b/include/test.h
new file mode 100644 (file)
index 0000000..cf43d54
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef __TEST_H__
+#define __TEST_H__
+
+int sum(int a, int b);
+
+#endif // __TEST_H__