summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am.include
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2018-08-08 11:43:08 +0930
committerAndrew Jeffery <andrew@aj.id.au>2018-09-12 15:05:51 +0930
commitc7d1947e88d9cf7c3ab7ac73a1b34b312ce5f361 (patch)
tree2acc856547bc6d225a9a773350f89b138810b59d /test/Makefile.am.include
parentc5c830487b1672c6184fdd8e3ec12d1735c3c232 (diff)
downloadphosphor-mboxbridge-c7d1947e88d9cf7c3ab7ac73a1b34b312ce5f361.tar.gz
phosphor-mboxbridge-c7d1947e88d9cf7c3ab7ac73a1b34b312ce5f361.zip
vpnor: Hijack protocol rather than transport
By hijacking the transport the changes in behaviour were limited to the mailbox interface. Now that we have a DBus interface as well this would lead to inconsistent behaviour dependent on the transport. Instead of hooking the transport, push the hook down to the protocol level where we will achieve consistent behaviour across all transports. Change-Id: I437866a6dbda107149336c15a00ee1aa058f5875 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Diffstat (limited to 'test/Makefile.am.include')
-rw-r--r--test/Makefile.am.include3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.am.include b/test/Makefile.am.include
index 71fa851..fab9e14 100644
--- a/test/Makefile.am.include
+++ b/test/Makefile.am.include
@@ -25,7 +25,8 @@ TEST_MBOX_SRCS = \
lpc_reset.c \
common.c \
flash.c \
- protocol.c
+ protocol.c \
+ protocol_negotiate_version.c
TEST_MOCK_SRCS = %reldir%/tmpf.c %reldir%/mbox.c %reldir%/system.c
OpenPOWER on IntegriCloud