summaryrefslogtreecommitdiff
path: root/tests/test-bitmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-bitmap.c')
-rw-r--r--tests/test-bitmap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test-bitmap.c b/tests/test-bitmap.c
index 3dbc8df6f..484407b7d 100644
--- a/tests/test-bitmap.c
+++ b/tests/test-bitmap.c
@@ -149,9 +149,9 @@ run_benchmarks(struct ovs_cmdl_context *ctx)
}
static const struct ovs_cmdl_command commands[] = {
- {"check", NULL, 0, 0, run_tests},
- {"benchmark", NULL, 1, 1, run_benchmarks},
- {NULL, NULL, 0, 0, NULL},
+ {"check", NULL, 0, 0, run_tests, OVS_RO},
+ {"benchmark", NULL, 1, 1, run_benchmarks, OVS_RO},
+ {NULL, NULL, 0, 0, NULL, OVS_RO},
};
static void