Add Sconscript for unit test
[trackerpp.git] / src / test.cpp
diff --git a/src/test.cpp b/src/test.cpp
new file mode 100644 (file)
index 0000000..fef6dc4
--- /dev/null
@@ -0,0 +1,8 @@
+#include "test.h"
+
+#include <iostream>
+
+int sum(int a, int b)
+{
+    return a + b;
+}