aboutsummaryrefslogtreecommitdiff
path: root/src/test.h
diff options
context:
space:
mode:
authorSanJacobs2022-07-12 23:05:27 +0200
committerSanJacobs2022-07-12 23:05:27 +0200
commit0163ec13c0e4efe890f8c79a838a26acffa0088e (patch)
treefcb82c9efb06e43244a185447b2aaca05acc357c /src/test.h
parent8b3c5ad51bc9c9336c11d1fc339532e078a3ad47 (diff)
downloadsatscalc-0163ec13c0e4efe890f8c79a838a26acffa0088e.tar.gz
satscalc-0163ec13c0e4efe890f8c79a838a26acffa0088e.tar.bz2
satscalc-0163ec13c0e4efe890f8c79a838a26acffa0088e.zip
New, cleaner testing structure
Diffstat (limited to 'src/test.h')
-rw-r--r--src/test.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/test.h b/src/test.h
new file mode 100644
index 0000000..bf54737
--- /dev/null
+++ b/src/test.h
@@ -0,0 +1,6 @@
+#pragma once
+#include <time.h>
+#include <string.h>
+#include <iostream>
+
+void test();