diff --git a/Makefile b/Makefile index 58abf76..ec8e034 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ TESTS := tests/addr.exe tests/addrcache.exe tests/ethernet.exe # Tools to compile before running the test suite. TOOLS := tools/socket.exe tools/list-interfaces.exe tools/bind.exe tools/ipx-send.exe \ tools/ipx-recv.exe tools/spx-server.exe tools/spx-client.exe tools/ipx-isr.exe \ - tools/dptool.exe tools/ipx-echo.exe tools/ipx-bench.exe + tools/dptool.exe # DLLs to copy to the tools/ directory before running the test suite. TOOL_DLLS := tools/ipxwrapper.dll tools/wsock32.dll tools/mswsock.dll tools/dpwsockx.dll diff --git a/manifest.src.txt b/manifest.src.txt index fae5d1d..038d034 100644 --- a/manifest.src.txt +++ b/manifest.src.txt @@ -6,7 +6,6 @@ readme.dev.txt Makefile manifest.bin.txt manifest.src.txt -mkdeps.pl mkstubs.pl src/addr.c @@ -59,6 +58,7 @@ directplay-win32.reg directplay-win64.reg tests/05-addr.t +tests/07-addrcache.t tests/07-ethernet.t tests/10-socket.t tests/15-interfaces.t @@ -68,6 +68,7 @@ tests/30-ip-ipx.t tests/40-ip-spx.t tests/50-dplay.t tests/addr.c +tests/addrcache.c tests/config.pm tests/ethernet.c tests/ptype.pm