aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorGertjan van den Burg <burg@ese.eur.nl>2016-12-05 11:19:24 +0100
committerGertjan van den Burg <burg@ese.eur.nl>2016-12-05 11:19:24 +0100
commit238110891d8cd0b95aae0b273c8b627580a9274a (patch)
treead01cf6a119a66cb702d217e09dd34c7d738d8a7 /tests/Makefile
parentImprovements and tests for tasks and gridsearch (diff)
downloadgensvm-238110891d8cd0b95aae0b273c8b627580a9274a.tar.gz
gensvm-238110891d8cd0b95aae0b273c8b627580a9274a.zip
Tests and documentation kernel module
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 11a0022..febe7be 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -3,7 +3,7 @@ CFLAGS=-Wall -g -rdynamic -DNDEBUG $(OPTFLAGS)
INCLUDE=-I../include/ -I./include
LIB=-L../lib
-override LDFLAGS+=-lgensvm -lm -lcblas -llapack -latlas
+override LDFLAGS+=-lm -lcblas -llapack -latlas -lgensvm
TEST_SRC=$(wildcard src/test_*.c)
TESTS=$(patsubst src/%.c,bin/%,$(TEST_SRC))