X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Frun_tests.c;h=35790ece120a926f2f92c814d97e267921b29c86;hb=016a19d260cd7f4afeb5b2b2cc28c8bbed1cd170;hp=3821b36a761259ae2c480dba3fc193b99861c3e5;hpb=f9423c171395571f9880286190d9cf63da147668;p=ccan-lca-2011.git diff --git a/tools/ccanlint/tests/run_tests.c b/tools/ccanlint/tests/run_tests.c index 3821b36..35790ec 100644 --- a/tools/ccanlint/tests/run_tests.c +++ b/tools/ccanlint/tests/run_tests.c @@ -71,6 +71,7 @@ struct ccanlint run_tests = { .check = do_run_tests, .handle = run_under_debugger, .can_run = can_run, + .needs = "tests_compile" }; -REGISTER_TEST(run_tests, &compile_tests, NULL); +REGISTER_TEST(run_tests);