1 // SPDX-License-Identifier: GPL-2.0-or-later 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 #include "tests/basic_api.h" 2 #include "tests/basic_api.h" 3 #include "tests/alloc_api.h" 3 #include "tests/alloc_api.h" 4 #include "tests/alloc_helpers_api.h" 4 #include "tests/alloc_helpers_api.h" 5 #include "tests/alloc_nid_api.h" 5 #include "tests/alloc_nid_api.h" 6 #include "tests/alloc_exact_nid_api.h" << 7 #include "tests/common.h" << 8 6 9 int main(int argc, char **argv) 7 int main(int argc, char **argv) 10 { 8 { 11 parse_args(argc, argv); << 12 memblock_basic_checks(); 9 memblock_basic_checks(); 13 memblock_alloc_checks(); 10 memblock_alloc_checks(); 14 memblock_alloc_helpers_checks(); 11 memblock_alloc_helpers_checks(); 15 memblock_alloc_nid_checks(); 12 memblock_alloc_nid_checks(); 16 memblock_alloc_exact_nid_checks(); << 17 13 18 return 0; 14 return 0; 19 } 15 } 20 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.