From ffcb15d3f25ebc25ee0dab68fadfe5e88e2b755f Mon Sep 17 00:00:00 2001 From: dizcza Date: Sat, 8 Aug 2020 21:07:10 +0200 Subject: added tests --- linmath_test.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 linmath_test.c (limited to 'linmath_test.c') 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 + +#include "linmath_test.h" + +int main() { + linmath_test_run_all(); + printf("linmath tests passed\n"); + return 0; +} -- cgit v1.2.3