You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
450 B
21 lines
450 B
4 months ago
|
// Host tests are run automatically in presubmit.
|
||
|
// This file includes all device tests, as they test different behavior.
|
||
|
{
|
||
|
"presubmit": [
|
||
|
{
|
||
|
"name": "logger_device_unit_tests"
|
||
|
},
|
||
|
{
|
||
|
"name": "logger_device_test_default_init"
|
||
|
},
|
||
|
{
|
||
|
"name": "logger_device_test_env_log_level"
|
||
|
},
|
||
|
{
|
||
|
"name": "logger_device_test_config_log_level"
|
||
|
},
|
||
|
{
|
||
|
"name": "logger_device_test_multiple_init"
|
||
|
}
|
||
|
]
|
||
|
}
|