X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Ftests_pass.c;fp=tools%2Fccanlint%2Ftests%2Ftests_pass.c;h=f30fed66cb5924dc42427b2fd49cc50aa65cefd0;hb=6c1d3e2739e97674069862ec7369677d25e80312;hp=1d3c018296d409bda74892a849ab41e25e64384a;hpb=b401a01a30118cf3f89071f455b56136a2ad81d7;p=ccan diff --git a/tools/ccanlint/tests/tests_pass.c b/tools/ccanlint/tests/tests_pass.c index 1d3c0182..f30fed66 100644 --- a/tools/ccanlint/tests/tests_pass.c +++ b/tools/ccanlint/tests/tests_pass.c @@ -75,3 +75,13 @@ struct ccanlint tests_pass = { }; REGISTER_TEST(tests_pass); + +struct ccanlint tests_pass_without_features = { + .key = "tests_pass_without_features", + .name = "Module's run and api tests pass (without features)", + .check = do_run_tests, + .handle = run_under_debugger, + .needs = "tests_pass reduce_features" +}; + +REGISTER_TEST(tests_pass_without_features);