aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/memblock/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/memblock/main.c')
-rw-r--r--tools/testing/memblock/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/memblock/main.c b/tools/testing/memblock/main.c
index fb183c9e76d1..4ca1024342b1 100644
--- a/tools/testing/memblock/main.c
+++ b/tools/testing/memblock/main.c
@@ -3,9 +3,11 @@
#include "tests/alloc_api.h"
#include "tests/alloc_helpers_api.h"
#include "tests/alloc_nid_api.h"
+#include "tests/common.h"
int main(int argc, char **argv)
{
+ parse_args(argc, argv);
memblock_basic_checks();
memblock_alloc_checks();
memblock_alloc_helpers_checks();