[fix] add CBLAS_LIBS in the test Makefile
This commit is contained in:
@@ -10,5 +10,5 @@ CFLAGS = $(CFLAGS_BASE)
|
||||
TESTS = test_libpostal
|
||||
noinst_PROGRAMS = test_libpostal
|
||||
test_libpostal_SOURCES = test.c test_expand.c test_parser.c test_transliterate.c test_numex.c test_trie.c test_string_utils.c test_crf_context.c
|
||||
test_libpostal_LDADD = ../src/libpostal.la
|
||||
test_libpostal_LDADD = ../src/libpostal.la $(CBLAS_LIBS)
|
||||
test_libpostal_CFLAGS = $(CFLAGS_O3)
|
||||
|
||||
Reference in New Issue
Block a user