use result_t, move raw logging and dumping to Port and avoid permanent open/close on ofstream
This commit is contained in:
Regular → Executable
+4
-2
@@ -1,7 +1,8 @@
|
|||||||
AM_CXXFLAGS = -fpic \
|
AM_CXXFLAGS = -fpic \
|
||||||
-Wall \
|
-Wall \
|
||||||
-Wextra \
|
-Wextra \
|
||||||
-I$(top_srcdir)/src/lib/ebus
|
-I$(top_srcdir)/src/lib/ebus \
|
||||||
|
-I$(top_srcdir)/src/lib/utils
|
||||||
|
|
||||||
noinst_PROGRAMS = test_port \
|
noinst_PROGRAMS = test_port \
|
||||||
test_symbol \
|
test_symbol \
|
||||||
@@ -9,7 +10,8 @@ noinst_PROGRAMS = test_port \
|
|||||||
test_message
|
test_message
|
||||||
|
|
||||||
test_port_SOURCES = test_port.cpp
|
test_port_SOURCES = test_port.cpp
|
||||||
test_port_LDADD = $(top_srcdir)/src/lib/ebus/libebus.a
|
test_port_LDADD = $(top_srcdir)/src/lib/utils/libutils.a \
|
||||||
|
$(top_srcdir)/src/lib/ebus/libebus.a
|
||||||
|
|
||||||
test_symbol_SOURCES = test_symbol.cpp
|
test_symbol_SOURCES = test_symbol.cpp
|
||||||
test_symbol_LDADD = $(top_srcdir)/src/lib/ebus/libebus.a
|
test_symbol_LDADD = $(top_srcdir)/src/lib/ebus/libebus.a
|
||||||
|
|||||||
Reference in New Issue
Block a user