Changeset 94592 in vbox
- Timestamp:
- Apr 13, 2022 5:20:33 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Runtime/testcase/Makefile.kmk (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/Makefile.kmk
r94589 r94592 80 80 tstRTHeapOffset \ 81 81 tstRTHeapSimple \ 82 tstRTInlineAsm \83 82 tstIprtList \ 84 83 tstIprtMiniString \ … … 171 170 tstRTProcWait \ 172 171 tstRTProcIsRunningByName \ 173 tstRTBitOperationsPIC3 \ 174 tstRTInlineAsmPIC \ 175 tstRTInlineAsmPIC3 172 tstRTBitOperationsPIC3 176 173 PROGRAMS.solaris += \ 177 174 tstRTCoreDump … … 184 181 tstRTCRest-1 \ 185 182 tstRTS3 183 endif 184 ifndef VBOX_ONLY_VALIDATIONKIT 185 # Stuff which does not build yet with the Validation Kit build box. Skip those for now. 186 PROGRAMS += \ 187 tstRTInlineAsm 188 PROGRAMS.linux += \ 189 tstRTInlineAsmPIC \ 190 tstRTInlineAsmPIC3 186 191 endif 187 192
Note:
See TracChangeset
for help on using the changeset viewer.

