summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am.include
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2019-03-15 09:54:33 +1030
committerAndrew Jeffery <andrew@aj.id.au>2019-03-18 10:46:11 +1030
commitcb93504ed0fefa23186415accca6c0812174f274 (patch)
tree4defb2b30c8a4384ec940e9df49d0636feab96e4 /test/Makefile.am.include
parentf69760da1a57638552042cdc12af58f12ecf34f3 (diff)
downloadphosphor-mboxbridge-cb93504ed0fefa23186415accca6c0812174f274.tar.gz
phosphor-mboxbridge-cb93504ed0fefa23186415accca6c0812174f274.zip
flash: Introduce flash_validate()
Clean up the protocol_negotiate_version() mess. The existing approach came about due to viewing the vpnor implementation as an edge case in its own right. The code becomes much neater if we consider all backends as equal and afford them the callbacks necessary for correct behaviour. Change-Id: Ifaeee9da459818cf22b2f137ddc5b8d0356b9be9 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, 1 insertions, 2 deletions
diff --git a/test/Makefile.am.include b/test/Makefile.am.include
index de1bfce..195e451 100644
--- a/test/Makefile.am.include
+++ b/test/Makefile.am.include
@@ -26,8 +26,7 @@ TEST_MBOX_SRCS = \
lpc_reset.c \
common.c \
flash.c \
- protocol.c \
- protocol_negotiate_version.c
+ protocol.c
TEST_MOCK_SRCS = %reldir%/tmpf.c %reldir%/mbox.c %reldir%/system.c
OpenPOWER on IntegriCloud