summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/testcase/Makefile.kmk
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-01-03 09:11:04 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-01-03 09:11:04 +0000
commit3102b93cfdfda53b26ae5a1bb8103cbd272bf3de (patch)
tree2f66cc19d25ad6b2dfe33dda6ab1a57eeba87cd9 /src/VBox/Runtime/testcase/Makefile.kmk
parent846d6edffcc3a87a234c843e71c7939e7c4758ff (diff)
downloadVirtualBox-svn-3102b93cfdfda53b26ae5a1bb8103cbd272bf3de.tar.gz
IPRT/testcases: Added a first (minimal) testcase for the No-CRT vector implementation, to also detect further compilation issues [build fix; only do this for Windows for now].
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@97948 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Runtime/testcase/Makefile.kmk')
-rw-r--r--src/VBox/Runtime/testcase/Makefile.kmk5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/VBox/Runtime/testcase/Makefile.kmk b/src/VBox/Runtime/testcase/Makefile.kmk
index 7cbfe4bc68b..ff9c982d427 100644
--- a/src/VBox/Runtime/testcase/Makefile.kmk
+++ b/src/VBox/Runtime/testcase/Makefile.kmk
@@ -210,13 +210,12 @@ ifndef VBOX_ONLY_VALIDATIONKIT
if1of ($(KBUILD_TARGET_ARCH), x86 amd64)
PROGRAMS += \
- tstNoCrt-1 \
- tstRTNoCrt-4
+ tstNoCrt-1
if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), win.amd64) ## Build and test x86 too!
PROGRAMS += tstRTNoCrt-2
endif
if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), win.x86 win.amd64)
- PROGRAMS += tstRTNoCrt-3 tstRTNoCrt-3r
+ PROGRAMS += tstRTNoCrt-3 tstRTNoCrt-3r tstRTNoCrt-4
endif
endif