From 8a0831f2b9e458d8f1976c27f7865166ad8de6a4 Mon Sep 17 00:00:00 2001 From: Justin Berger Date: Wed, 21 Mar 2018 09:11:54 -0600 Subject: Moved pose to linmath to support stronger typing --- redist/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'redist/Makefile') diff --git a/redist/Makefile b/redist/Makefile index 1437758..58536c9 100644 --- a/redist/Makefile +++ b/redist/Makefile @@ -9,6 +9,11 @@ lintest : lintest.c linmath.c linmath.h test_dcl : test_dcl.c dclhelpers.c minimal_opencv.c ../src/epnp/epnp.c gcc -o $@ $^ os_generic.c -DFLT=double -lpthread -lcblas -lm -llapacke -O3 -msse2 -ftree-vectorize +.run_tests: clean all + ./lintest + ./test_dcl + ./jsmntest + clean : rm -rf *.o *~ jsmntest lintest -- cgit v1.2.3