Changeset 75879 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- Dec 2, 2018 6:39:16 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127083
- Location:
- trunk/src/VBox/Runtime/testcase
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/Makefile.kmk
r74169 r75879 151 151 tstRTVfs \ 152 152 tstRTZip \ 153 tstRTJson 153 tstRTJson \ 154 tstRTShMem 154 155 155 156 PROGRAMS.win += \ … … 731 732 tstRTJson_SOURCES = tstRTJson.cpp 732 733 734 tstRTShMem_TEMPLATE = VBOXR3TSTEXE 735 tstRTShMem_SOURCES = tstRTShMem.cpp 736 733 737 # 734 738 # Ring-0 testcases.
Note:
See TracChangeset
for help on using the changeset viewer.