diff options
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index febe7be..15f5575 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -3,7 +3,11 @@ CFLAGS=-Wall -g -rdynamic -DNDEBUG $(OPTFLAGS) INCLUDE=-I../include/ -I./include LIB=-L../lib +ifdef NOATLAS +override LDFLAGS+=-lm -lcblas -llapack -lgensvm +else override LDFLAGS+=-lm -lcblas -llapack -latlas -lgensvm +endif TEST_SRC=$(wildcard src/test_*.c) TESTS=$(patsubst src/%.c,bin/%,$(TEST_SRC)) |
