aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorGertjan van den Burg <burg@ese.eur.nl>2016-09-30 20:36:26 +0200
committerGertjan van den Burg <burg@ese.eur.nl>2016-09-30 20:36:26 +0200
commit2a4e787034ac6fd7ba9bd282171a1ca5eb4c2890 (patch)
tree0db87f219224beecd4543b366fcbdc302c391c7f /tests/Makefile
parentRewrite UU matrix to be K*K*(K-1) instead of n*K*(K-1) (diff)
downloadgensvm-2a4e787034ac6fd7ba9bd282171a1ca5eb4c2890.tar.gz
gensvm-2a4e787034ac6fd7ba9bd282171a1ca5eb4c2890.zip
rewrite of the update function to use only rank 1 operations where possible
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 91fdb6c..11a0022 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
+override LDFLAGS+=-lgensvm -lm -lcblas -llapack -latlas
TEST_SRC=$(wildcard src/test_*.c)
TESTS=$(patsubst src/%.c,bin/%,$(TEST_SRC))