Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-or-later
0002 #include "tests/basic_api.h"
0003 #include "tests/alloc_api.h"
0004 #include "tests/alloc_helpers_api.h"
0005 #include "tests/alloc_nid_api.h"
0006 #include "tests/common.h"
0007 
0008 int main(int argc, char **argv)
0009 {
0010     parse_args(argc, argv);
0011     memblock_basic_checks();
0012     memblock_alloc_checks();
0013     memblock_alloc_helpers_checks();
0014     memblock_alloc_nid_checks();
0015 
0016     return 0;
0017 }