aboutsummaryrefslogtreecommitdiff
path: root/linmath_test.c
diff options
context:
space:
mode:
authordizcza <dizcza@gmail.com>2020-08-08 21:07:10 +0200
committerdizcza <dizcza@gmail.com>2020-08-08 21:39:13 +0200
commitffcb15d3f25ebc25ee0dab68fadfe5e88e2b755f (patch)
treebde440e9372531022c5722aad531514c3ab0c83c /linmath_test.c
parent382ba71905c2c09f10684d19cb5a3fcadf1aba39 (diff)
downloadlinmath.h-ffcb15d3f25ebc25ee0dab68fadfe5e88e2b755f.tar.gz
linmath.h-ffcb15d3f25ebc25ee0dab68fadfe5e88e2b755f.tar.bz2
added tests
Diffstat (limited to 'linmath_test.c')
-rw-r--r--linmath_test.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/linmath_test.c b/linmath_test.c
new file mode 100644
index 0000000..d7ce1fa
--- /dev/null
+++ b/linmath_test.c
@@ -0,0 +1,9 @@
+#include <stdio.h>
+
+#include "linmath_test.h"
+
+int main() {
+ linmath_test_run_all();
+ printf("linmath tests passed\n");
+ return 0;
+}