Index: /trunk/src/VBox/Runtime/testcase/Makefile.kmk
===================================================================
--- /trunk/src/VBox/Runtime/testcase/Makefile.kmk	(revision 20032)
+++ /trunk/src/VBox/Runtime/testcase/Makefile.kmk	(revision 20033)
@@ -83,4 +83,5 @@
 	tstRTFsQueries \
 	tstR0ThreadPreemptionDriver \
+	tstSems \
 	tstSemPingPong \
 	tstStrFormat \
@@ -130,5 +131,5 @@
 endif
 
-ifdef VBOX_WITH_LIBXML2_IN_VBOXRT
+if defined(VBOX_WITH_LIBXML2_IN_VBOXRT) && !defined(VBOX_OSE)
 PROGRAMS += \
 	tstRTS3
