aboutsummaryrefslogtreecommitdiff
path: root/redist/Makefile
diff options
context:
space:
mode:
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