blob: 624c084ab556b63cba6fbe7281f1b8af1698c507 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
OWNER(g:passport_infra)
RECURSE_FOR_TESTS(
ut_simple
ut_with_custom_config
ut_with_roles
ut_with_tvmapi
)
IF (NOT SANITIZER_TYPE)
RECURSE(
ut_with_tvmapi_and_tirole
)
ENDIF()
|