1 // SPDX-License-Identifier: GPL-2.0 1 // SPDX-License-Identifier: GPL-2.0 2 #include <internal/tests.h> 2 #include <internal/tests.h> 3 #include "tests.h" 3 #include "tests.h" 4 4 5 int tests_failed; 5 int tests_failed; 6 int tests_verbose; 6 int tests_verbose; 7 7 8 int main(int argc, char **argv) 8 int main(int argc, char **argv) 9 { 9 { 10 __T("test cpumap", !test_cpumap(argc, 10 __T("test cpumap", !test_cpumap(argc, argv)); 11 __T("test threadmap", !test_threadmap( 11 __T("test threadmap", !test_threadmap(argc, argv)); 12 __T("test evlist", !test_evlist(argc, 12 __T("test evlist", !test_evlist(argc, argv)); 13 __T("test evsel", !test_evsel(argc, ar 13 __T("test evsel", !test_evsel(argc, argv)); 14 return 0; 14 return 0; 15 } 15 } 16 16
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.