X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Fcompile_test_helpers.c;h=aa62e37a5fbb0aef71204648506c5eaec6182af2;hb=016a19d260cd7f4afeb5b2b2cc28c8bbed1cd170;hp=5763463ad178e709df940b168ad68b1fe9ba19b5;hpb=85c347709c1740af23dde53685475e5d8118125e;p=ccan-lca-2011.git diff --git a/tools/ccanlint/tests/compile_test_helpers.c b/tools/ccanlint/tests/compile_test_helpers.c index 5763463..aa62e37 100644 --- a/tools/ccanlint/tests/compile_test_helpers.c +++ b/tools/ccanlint/tests/compile_test_helpers.c @@ -65,10 +65,11 @@ static void do_compile_test_helpers(struct manifest *m, } struct ccanlint compile_test_helpers = { - .key = "compile-helpers", + .key = "tests_helpers_compile", .name = "Module test helper objects compile", .check = do_compile_test_helpers, .can_run = can_run, + .needs = "depends_build tests_exist" }; -REGISTER_TEST(compile_test_helpers, &depends_built, &has_tests, NULL); +REGISTER_TEST(compile_test_helpers);