aboutsummaryrefslogtreecommitdiff
path: root/redist/Makefile
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2018-06-23 12:11:33 -0400
committercnlohr <lohr85@gmail.com>2018-06-23 12:11:33 -0400
commit9291b950c5508513ea261059229e19760c050a47 (patch)
tree2cb0217e67896382c3bc395ad91d438c779a32cf /redist/Makefile
parent86bbd12c3889db3290e22ff61934ca1a218ce114 (diff)
parent87b6229f6fc4e434b9472e6c7722e40497ac97a1 (diff)
downloadlibsurvive-9291b950c5508513ea261059229e19760c050a47.tar.gz
libsurvive-9291b950c5508513ea261059229e19760c050a47.tar.bz2
Merge branch 'master' into new_config_system
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