Changeset 86427 in vbox for trunk/src/VBox/ValidationKit/testmanager/core
- Timestamp:
- Oct 2, 2020 4:11:12 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/core/coreconsts.py
r86063 r86427 54 54 # @note 'blessed' is a special type used for release builds that has been notarized 55 55 # or attestation signed by the OS vendor. 56 g_kasBuildTypesAll = [ 'release', 'strict', 'profile', 'debug', ' blessed' ];56 g_kasBuildTypesAll = [ 'release', 'strict', 'profile', 'debug', 'asan', 'blessed' ]; 57 57 58 58 ## OS and CPU architecture agnostic.
Note:
See TracChangeset
for help on using the changeset viewer.