summaryrefslogtreecommitdiff
path: root/src/test/test.c
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-11-26 23:33:32 -0600
committersanine <sanine.not@pm.me>2022-11-26 23:33:32 -0600
commit29f9921b919497be4d652ce963c8afbb2c1cd1e7 (patch)
treeaae2f98de4e64829a12b577d13aa48a84d9b23d6 /src/test/test.c
parentd087821a142558865675653a016f654eb66db730 (diff)
implement basic matrix parsing
Diffstat (limited to 'src/test/test.c')
-rw-r--r--src/test/test.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/test/test.c b/src/test/test.c
new file mode 100644
index 0000000..c97f325
--- /dev/null
+++ b/src/test/test.c
@@ -0,0 +1,7 @@
+#include "test.h"
+
+int main()
+{
+ RUN_TESTS();
+ return 0;
+}