removed unused test
This commit is contained in:
Regular → Executable
-1
@@ -30,7 +30,6 @@ app.info
|
|||||||
/src/lib/utils/libutils.a
|
/src/lib/utils/libutils.a
|
||||||
/src/lib/ebus/libebus.a
|
/src/lib/ebus/libebus.a
|
||||||
/src/lib/ebus/contrib/test/test_tem
|
/src/lib/ebus/contrib/test/test_tem
|
||||||
/src/lib/ebus/test/test_device
|
|
||||||
/src/lib/ebus/test/test_symbol
|
/src/lib/ebus/test/test_symbol
|
||||||
/src/lib/ebus/test/test_data
|
/src/lib/ebus/test/test_data
|
||||||
/src/lib/ebus/test/test_message
|
/src/lib/ebus/test/test_message
|
||||||
|
|||||||
Regular → Executable
-4
@@ -11,10 +11,6 @@ add_executable(test_filereader test_filereader.cpp)
|
|||||||
target_link_libraries(test_filereader ebus pthread)
|
target_link_libraries(test_filereader ebus pthread)
|
||||||
add_test(filereader test_filereader)
|
add_test(filereader test_filereader)
|
||||||
|
|
||||||
add_executable(test_device test_device.cpp)
|
|
||||||
target_link_libraries(test_device ebus pthread ${test_LIBS})
|
|
||||||
add_test(device test_device)
|
|
||||||
|
|
||||||
add_executable(test_symbol test_symbol.cpp)
|
add_executable(test_symbol test_symbol.cpp)
|
||||||
target_link_libraries(test_symbol ebus pthread)
|
target_link_libraries(test_symbol ebus pthread)
|
||||||
add_test(symbol test_symbol)
|
add_test(symbol test_symbol)
|
||||||
|
|||||||
Regular → Executable
-5
@@ -3,7 +3,6 @@ AM_CXXFLAGS = -I$(top_srcdir)/src \
|
|||||||
-Wno-unused-parameter
|
-Wno-unused-parameter
|
||||||
|
|
||||||
noinst_PROGRAMS = test_filereader \
|
noinst_PROGRAMS = test_filereader \
|
||||||
test_device \
|
|
||||||
test_symbol \
|
test_symbol \
|
||||||
test_data \
|
test_data \
|
||||||
test_message
|
test_message
|
||||||
@@ -11,9 +10,6 @@ noinst_PROGRAMS = test_filereader \
|
|||||||
test_filereader_SOURCES = test_filereader.cpp
|
test_filereader_SOURCES = test_filereader.cpp
|
||||||
test_filereader_LDADD = ../libebus.a -lpthread
|
test_filereader_LDADD = ../libebus.a -lpthread
|
||||||
|
|
||||||
test_device_SOURCES = test_device.cpp
|
|
||||||
test_device_LDADD = ../libebus.a -lpthread
|
|
||||||
|
|
||||||
test_symbol_SOURCES = test_symbol.cpp
|
test_symbol_SOURCES = test_symbol.cpp
|
||||||
test_symbol_LDADD = ../libebus.a -lpthread
|
test_symbol_LDADD = ../libebus.a -lpthread
|
||||||
|
|
||||||
@@ -24,7 +20,6 @@ test_message_SOURCES = test_message.cpp
|
|||||||
test_message_LDADD = ../libebus.a -lpthread
|
test_message_LDADD = ../libebus.a -lpthread
|
||||||
|
|
||||||
if CONTRIB
|
if CONTRIB
|
||||||
test_device_LDADD += ../contrib/libebuscontrib.a
|
|
||||||
test_data_LDADD += ../contrib/libebuscontrib.a
|
test_data_LDADD += ../contrib/libebuscontrib.a
|
||||||
test_message_LDADD += ../contrib/libebuscontrib.a
|
test_message_LDADD += ../contrib/libebuscontrib.a
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user