From a7a44dc9cc0f4a74adbc22ff86ad081ecf2383ba Mon Sep 17 00:00:00 2001 From: Justin Berger Date: Thu, 21 Jun 2018 16:22:24 +0000 Subject: Expanded minimal opencv functionality to properly use transpose flags --- redist/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'redist/Makefile') 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 -- cgit v1.2.3