• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "presubmit": [
3    {
4      "name": "selftests",
5      "options": [
6        {
7          "include-filter": "kselftest_vdso_vdso_test_abi"
8        },
9        {
10          "include-filter": "kselftest_vdso_vdso_test_clock_getres"
11        },
12        {
13          "include-filter": "kselftest_vdso_vdso_test_getcpu"
14        },
15        {
16          "include-filter": "kselftest_vdso_vdso_test_gettimeofday"
17        }
18      ]
19    }
20  ]
21}