From 1e8f89f655f42dbc3340c49eb8e21ad1cb407c77 Mon Sep 17 00:00:00 2001 From: Daniel Collins Date: Wed, 2 Dec 2015 00:06:51 +0000 Subject: [PATCH] Add DirectPlay test suite code to source manifest. Missed in previous commit. --- manifest.src.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest.src.txt b/manifest.src.txt index 3bf404f..f9b64aa 100644 --- a/manifest.src.txt +++ b/manifest.src.txt @@ -63,6 +63,7 @@ tests/20-bind.t tests/30-eth-ipx.t tests/30-ip-ipx.t tests/40-ip-spx.t +tests/50-dplay.t tests/addr.c tests/config.pm tests/ptype.pm @@ -71,6 +72,7 @@ tests/lib/IPXWrapper/Capture/IPX.pm tests/lib/IPXWrapper/Capture/IPXOverUDP.pm tests/lib/IPXWrapper/SPX.pm tests/lib/IPXWrapper/Tool/Bind.pm +tests/lib/IPXWrapper/Tool/DPTool.pm tests/lib/IPXWrapper/Tool/Generic.pm tests/lib/IPXWrapper/Tool/IPXISR.pm tests/lib/IPXWrapper/Tool/IPXRecv.pm @@ -83,6 +85,7 @@ tests/tap/basic.h tests/tap/macros.h tools/bind.c +tools/dptool.c tools/ipx-isr.c tools/ipx-recv.c tools/ipx-send.c