Changeset 108115 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- Feb 7, 2025 2:05:39 PM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 167413
- Location:
- trunk/src/VBox/Runtime/testcase
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/Makefile.kmk
r106061 r108115 67 67 ifndef VBOX_ONLY_VALIDATIONKIT 68 68 PROGRAMS += \ 69 tstRTAcpi \ 69 70 tstRTArmv8 \ 70 71 tstRTAssertCompile \ … … 280 281 # Target configs in almost alphabetical order. 281 282 # 283 tstRTAcpi_TEMPLATE = VBoxR3TstExe 284 tstRTAcpi_SOURCES = tstRTAcpi.cpp 285 282 286 tstRTArmv8_TEMPLATE = VBoxR3TstExe 283 287 tstRTArmv8_SOURCES = tstRTArmv8.cpp
Note:
See TracChangeset
for help on using the changeset viewer.