added message.h/cpp
This commit is contained in:
@@ -12,6 +12,8 @@ libebus_a_SOURCES = result.cpp \
|
|||||||
data.h \
|
data.h \
|
||||||
port.cpp \
|
port.cpp \
|
||||||
port.h \
|
port.h \
|
||||||
|
message.cpp \
|
||||||
|
message.h \
|
||||||
command.cpp \
|
command.cpp \
|
||||||
command.h \
|
command.h \
|
||||||
commands.cpp \
|
commands.cpp \
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ AM_CXXFLAGS = -fpic \
|
|||||||
noinst_PROGRAMS = test_port \
|
noinst_PROGRAMS = test_port \
|
||||||
test_symbol \
|
test_symbol \
|
||||||
test_data \
|
test_data \
|
||||||
|
test_message \
|
||||||
test_commands \
|
test_commands \
|
||||||
test_configfile \
|
test_configfile \
|
||||||
test_decode \
|
test_decode \
|
||||||
@@ -20,6 +21,9 @@ test_symbol_LDADD = $(top_srcdir)/src/lib/ebus/libebus.a
|
|||||||
test_data_SOURCES = test_data.cpp
|
test_data_SOURCES = test_data.cpp
|
||||||
test_data_LDADD = $(top_srcdir)/src/lib/ebus/libebus.a
|
test_data_LDADD = $(top_srcdir)/src/lib/ebus/libebus.a
|
||||||
|
|
||||||
|
test_message_SOURCES = test_message.cpp
|
||||||
|
test_message_LDADD = $(top_srcdir)/src/lib/ebus/libebus.a
|
||||||
|
|
||||||
test_commands_SOURCES = test_commands.cpp
|
test_commands_SOURCES = test_commands.cpp
|
||||||
test_commands_LDADD = $(top_srcdir)/src/lib/ebus/libebus.a
|
test_commands_LDADD = $(top_srcdir)/src/lib/ebus/libebus.a
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user