Commit e688a95ba40b13099b935aef47af9732c8592ec4

Ozkan Sezer 2021-11-12T23:55:40

updated os2 makefile for tests

diff --git a/test/Makefile.os2 b/test/Makefile.os2
index b4dff1f..cc39c4c 100644
--- a/test/Makefile.os2
+++ b/test/Makefile.os2
@@ -1,9 +1,7 @@
 # Open Watcom makefile to build SDL2 tests for OS/2
 # wmake -f Makefile.os2
 
-BINPATH = .
-
-INCPATH = -I$(%WATCOM)/h/os2 -I$(%WATCOM)/h -I../include
+INCPATH = -I"$(%WATCOM)/h/os2" -I"$(%WATCOM)/h" -I"../include"
 
 CFLAGS = $(INCPATH) -bt=os2 -d0 -q -bm -5s -fp5 -fpi87 -sg -oteanbmier -ei
 CFLAGS+= -wx -wcd=303
@@ -28,7 +26,8 @@ TARGETS = testatomic.exe testdisplayinfo.exe testbounds.exe testdraw2.exe &
           checkkeysthreads.exe testmouse.exe &
           controllermap.exe testhaptic.exe testqsort.exe testresample.exe &
           testaudioinfo.exe testaudiocapture.exe loopwave.exe loopwavequeue.exe &
-          testyuv.exe testgl2.exe testvulkan.exe testnative.exe testautomation.exe
+          testsurround.exe testyuv.exe testgl2.exe testvulkan.exe testnative.exe &
+          testautomation.exe
 
 # SDL2test.lib sources (../src/test)
 CSRCS = SDL_test_assert.c SDL_test_common.c SDL_test_compare.c &
@@ -89,7 +88,6 @@ testime.exe: testime.obj
   wlink SYS os2v2 libpath $(LIBPATH) lib {$(LIBS) $(TTFLIBS)} op q op el file {$<} name $@
 
 clean: .SYMBOLIC
-  @echo * Clean tests in $(BINPATH)
   @if exist *.obj rm *.obj
   @if exist *.err rm *.err