Commit 10eb5108b6c13dba9e89df99870079378a0b2b69

Ozkan Sezer 2020-10-11T20:00:20

test/Makefile.os2: add testlocale.exe to build.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/test/Makefile.os2 b/test/Makefile.os2
index 4cc4cda..f9ec898 100644
--- a/test/Makefile.os2
+++ b/test/Makefile.os2
@@ -3,7 +3,7 @@ BINPATH = .
 TARGETS = testatomic.exe testdisplayinfo.exe testbounds.exe testdraw2.exe &
           testdrawchessboard.exe testdropfile.exe testerror.exe testfile.exe &
           testfilesystem.exe testgamecontroller.exe testgesture.exe &
-          testhittesting.exe testhotplug.exe testiconv.exe testime.exe &
+          testhittesting.exe testhotplug.exe testiconv.exe testime.exe testlocale.exe &
           testintersections.exe testjoystick.exe testkeys.exe testloadso.exe &
           testlock.exe testmessage.exe testoverlay2.exe testplatform.exe &
           testpower.exe testsensor.exe testrelative.exe testrendercopyex.exe &