Changeset 105006 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- Jun 24, 2024 5:43:00 PM (7 months ago)
- Location:
- trunk/src/VBox/Main/testcase
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/Makefile.kmk
r101035 r105006 48 48 tstMediumLock \ 49 49 tstSafeArray \ 50 tstRecording \ 50 51 tstSettings \ 51 52 tstBstr \ … … 294 295 tstSafeArray_TEMPLATE = VBoxMainClientTstExe 295 296 tstSafeArray_SOURCES = tstSafeArray.cpp 297 298 299 # 300 # tstRecording 301 # 302 tstRecording_TEMPLATE = VBoxMainClientTstExe 303 tstRecording_SOURCES = \ 304 tstRecording.cpp \ 305 ../src-client/RecordingUtils.cpp 306 tstRecording_INCS = \ 307 ../include 296 308 297 309
Note:
See TracChangeset
for help on using the changeset viewer.