fixed testing
This commit is contained in:
@@ -9,19 +9,19 @@ noinst_PROGRAMS = test_filereader \
|
||||
test_message
|
||||
|
||||
test_filereader_SOURCES = test_filereader.cpp
|
||||
test_filereader_LDADD = ../libebus.a
|
||||
test_filereader_LDADD = ../libebus.a -lpthread
|
||||
|
||||
test_device_SOURCES = test_device.cpp
|
||||
test_device_LDADD = ../libebus.a
|
||||
test_device_LDADD = ../libebus.a -lpthread
|
||||
|
||||
test_symbol_SOURCES = test_symbol.cpp
|
||||
test_symbol_LDADD = ../libebus.a
|
||||
test_symbol_LDADD = ../libebus.a -lpthread
|
||||
|
||||
test_data_SOURCES = test_data.cpp
|
||||
test_data_LDADD = ../libebus.a
|
||||
test_data_LDADD = -lpthread ../libebus.a
|
||||
|
||||
test_message_SOURCES = test_message.cpp
|
||||
test_message_LDADD = ../libebus.a
|
||||
test_message_LDADD = ../libebus.a -lpthread
|
||||
|
||||
if CONTRIB
|
||||
test_device_LDADD += ../contrib/libebuscontrib.a
|
||||
|
||||
Reference in New Issue
Block a user