1
0
mirror of https://github.com/solemnwarning/ipxwrapper synced 2024-12-30 16:45:37 +01:00

Fix source manifest and test-prep target.

ipx-bench and ipx-echo aren't needed for the test suite.
This commit is contained in:
Daniel Collins 2017-09-23 16:54:34 +01:00
parent fe21cbb973
commit 3bcfed65a6
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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