aboutsummaryrefslogtreecommitdiff
path: root/redist/Makefile
diff options
context:
space:
mode:
authorJustin Berger <j.david.berger@gmail.com>2018-03-21 09:11:54 -0600
committerJustin Berger <j.david.berger@gmail.com>2018-03-21 09:11:54 -0600
commit8a0831f2b9e458d8f1976c27f7865166ad8de6a4 (patch)
tree028773b7a0ae042c6bb9b3cc21933a617c939b65 /redist/Makefile
parent0bc3b02ff3c4f975004fb19e226c3177fa811b4e (diff)
downloadlibsurvive-8a0831f2b9e458d8f1976c27f7865166ad8de6a4.tar.gz
libsurvive-8a0831f2b9e458d8f1976c27f7865166ad8de6a4.tar.bz2
Moved pose to linmath to support stronger typing
Diffstat (limited to 'redist/Makefile')
-rw-r--r--redist/Makefile5
1 files changed, 5 insertions, 0 deletions
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