test, watcom.mif: revert 9ecdcd8bb and use %copy instead

Ref.: https://github.com/open-watcom/open-watcom-v2/issues/1281.
This commit is contained in:
Ozkan Sezer 2024-05-01 17:02:50 +03:00
parent 9ecdcd8bb6
commit 78391e6530
1 changed files with 2 additions and 2 deletions

View File

@ -108,14 +108,14 @@ testutils.lib: testutils.obj
check: .SYMBOLIC $(TESTS)
@set SDL_AUDIODRIVER=dummy
@set SDL_VIDEODRIVER=dummy
@copy ..\SDL2.dll .
@%copy "../SDL2.dll" .
@for %exe in ($(TESTS)) do %exe
check-quick: .SYMBOLIC $(TESTS)
@set SDL_TESTS_QUICK=1
@set SDL_AUDIODRIVER=dummy
@set SDL_VIDEODRIVER=dummy
@copy ..\SDL2.dll .
@%copy "../SDL2.dll" .
@for %exe in ($(TESTS)) do %exe
clean: .SYMBOLIC