Changeset 97948 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jan 3, 2023 9:11:04 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/Makefile.kmk
r97947 r97948 211 211 if1of ($(KBUILD_TARGET_ARCH), x86 amd64) 212 212 PROGRAMS += \ 213 tstNoCrt-1 \ 214 tstRTNoCrt-4 213 tstNoCrt-1 215 214 if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), win.amd64) ## Build and test x86 too! 216 215 PROGRAMS += tstRTNoCrt-2 217 216 endif 218 217 if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), win.x86 win.amd64) 219 PROGRAMS += tstRTNoCrt-3 tstRTNoCrt-3r 218 PROGRAMS += tstRTNoCrt-3 tstRTNoCrt-3r tstRTNoCrt-4 220 219 endif 221 220 endif
Note:
See TracChangeset
for help on using the changeset viewer.