diff options
| author | Gertjan van den Burg <burg@ese.eur.nl> | 2016-09-20 16:46:13 +0200 |
|---|---|---|
| committer | Gertjan van den Burg <burg@ese.eur.nl> | 2016-09-20 16:46:13 +0200 |
| commit | cab19db5e1cced218eb3fd60a095708fad7dd961 (patch) | |
| tree | b975a01b7380f87ae680513826d5ac87c5eb0e24 /tests/Makefile | |
| parent | Improvements in io (diff) | |
| download | gensvm-cab19db5e1cced218eb3fd60a095708fad7dd961.tar.gz gensvm-cab19db5e1cced218eb3fd60a095708fad7dd961.zip | |
Minor improvements and fixes
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 29a181f..91fdb6c 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 +override LDFLAGS+=-lgensvm -lm -lcblas -llapack TEST_SRC=$(wildcard src/test_*.c) TESTS=$(patsubst src/%.c,bin/%,$(TEST_SRC)) |
