diff options
| author | Andrew Jeffery <andrew@aj.id.au> | 2018-08-07 13:32:57 +0930 |
|---|---|---|
| committer | Andrew Jeffery <andrew@aj.id.au> | 2018-09-12 15:05:51 +0930 |
| commit | 1e531afd1698c5613004e2bf4e73bda4364fa6d6 (patch) | |
| tree | 9949340bcc068f8016c45c1422f79793952eab5d /vpnor/test | |
| parent | 457a6e5fa6a7dad50673222b09b2c7fec2ef0a97 (diff) | |
| download | phosphor-mboxbridge-1e531afd1698c5613004e2bf4e73bda4364fa6d6.tar.gz phosphor-mboxbridge-1e531afd1698c5613004e2bf4e73bda4364fa6d6.zip | |
protocol: Add get_info
Change-Id: Ie3338714813bb65f5d37fcd046dd5bebc0ba21f0
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Diffstat (limited to 'vpnor/test')
| -rw-r--r-- | vpnor/test/Makefile.am.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vpnor/test/Makefile.am.include b/vpnor/test/Makefile.am.include index 91666fd..2444606 100644 --- a/vpnor/test/Makefile.am.include +++ b/vpnor/test/Makefile.am.include @@ -5,6 +5,7 @@ TEST_MBOX_VPNOR_SRCS = \ TEST_MBOX_VPNOR_INTEG_SRCS = \ common.c \ + protocol.c \ transport_mbox.c \ windows.c \ lpc.c \ |

