]> git.ozlabs.org Git - ccan-lca-2011.git/blobdiff - tools/ccanlint/tests/run_tests.c
ccanlint: list dependencies by key
[ccan-lca-2011.git] / tools / ccanlint / tests / run_tests.c
index 3821b36a761259ae2c480dba3fc193b99861c3e5..35790ece120a926f2f92c814d97e267921b29c86 100644 (file)
@@ -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);