diff options
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/cpumask.c')
| -rw-r--r-- | tools/testing/selftests/bpf/prog_tests/cpumask.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/bpf/prog_tests/cpumask.c b/tools/testing/selftests/bpf/prog_tests/cpumask.c index 756ea8b590b6..c2e886399e3c 100644 --- a/tools/testing/selftests/bpf/prog_tests/cpumask.c +++ b/tools/testing/selftests/bpf/prog_tests/cpumask.c @@ -18,6 +18,7 @@ static const char * const cpumask_success_testcases[] = {  	"test_insert_leave",  	"test_insert_remove_release",  	"test_global_mask_rcu", +	"test_cpumask_weight",  };  static void verify_success(const char *prog_name)  |