SDL: Add some missing tests to Watcom builds

From 5ef36ead086478b97fbe1104e030becfeb415414 Mon Sep 17 00:00:00 2001
From: Cameron Cawley <[EMAIL REDACTED]>
Date: Wed, 18 May 2022 20:58:41 +0100
Subject: [PATCH] Add some missing tests to Watcom builds

---
 test/watcom.mif | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/test/watcom.mif b/test/watcom.mif
index b7b36c9ea74..5bf10bef3ab 100644
--- a/test/watcom.mif
+++ b/test/watcom.mif
@@ -18,11 +18,12 @@ TARGETS = testatomic.exe testdisplayinfo.exe testbounds.exe testdraw2.exe &
           testshader.exe testshape.exe testsprite2.exe testspriteminimal.exe &
           teststreaming.exe testthread.exe testtimer.exe testver.exe &
           testviewport.exe testwm2.exe torturethread.exe checkkeys.exe &
-          checkkeysthreads.exe testmouse.exe &
+          checkkeysthreads.exe testmouse.exe testgles.exe testgles2.exe &
           controllermap.exe testhaptic.exe testqsort.exe testresample.exe &
           testaudioinfo.exe testaudiocapture.exe loopwave.exe loopwavequeue.exe &
           testsurround.exe testyuv.exe testgl2.exe testvulkan.exe testnative.exe &
-          testautomation.exe
+          testautomation.exe testaudiohotplug.exe testcustomcursor.exe testmultiaudio.exe &
+          testoffscreen.exe testurl.exe
 
 # testautomation sources
 TASRCS = testautomation.c testautomation_audio.c testautomation_clipboard.c &