aboutsummaryrefslogtreecommitdiff
path: root/redist/Makefile
diff options
context:
space:
mode:
authorJustin Berger <jdavidberger@gmail.com>2018-06-27 04:22:22 +0000
committerJustin Berger <jdavidberger@gmail.com>2018-06-27 04:22:22 +0000
commitcf36bd58b8c9d1c23ccfe1a52beafe376ba02e6b (patch)
treebae72f9ebe6937dbbabb7beec3115028a15743b0 /redist/Makefile
parent902bbde43fb6e000140da0da56c05f2d4af1df5f (diff)
parente68b69a9a14aeb70988c52666e60502fe6f049ab (diff)
downloadlibsurvive-cf36bd58b8c9d1c23ccfe1a52beafe376ba02e6b.tar.gz
libsurvive-cf36bd58b8c9d1c23ccfe1a52beafe376ba02e6b.tar.bz2
Merge remote-tracking branch 'origin/master' into fix_wired_tracker
Diffstat (limited to 'redist/Makefile')
-rw-r--r--redist/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/redist/Makefile b/redist/Makefile
index 58536c9..5598c9b 100644
--- a/redist/Makefile
+++ b/redist/Makefile
@@ -6,11 +6,15 @@ jsmntest : jsmntest.c jsmn.c
lintest : lintest.c linmath.c linmath.h
gcc -g -O0 -o $@ $^ -lm
+minimal_opencvtest : minimal_opencvtest.c minimal_opencv.c minimal_opencv.h
+ gcc -g -O0 -o $@ $^ -lcblas -lm -llapacke
+
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
+ ./minimal_opencvtest
./test_dcl
./jsmntest