X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Fparser%2Fparser-test.h;h=9d9ec7e77d0bf4acdf0939a6dc9dc9b66c5ad41b;hp=ab3744315f1260ddc1a5787a2aadc0436a7e925b;hb=45a091bf404b641b7d3570fd72dd1582689a1f7d;hpb=9d9f5fafe1ab15683601c03b14c35fe6a405ba45 diff --git a/test/parser/parser-test.h b/test/parser/parser-test.h index ab37443..9d9ec7e 100644 --- a/test/parser/parser-test.h +++ b/test/parser/parser-test.h @@ -28,6 +28,7 @@ struct discover_device *test_create_device(struct discover_context *ctx, void __test_read_conf_data(struct parser_test *test, const char *buf, size_t len); void test_read_conf_file(struct parser_test *test, const char *filename); +void test_set_conf_source(struct parser_test *test, const char *url); int test_run_parser(struct parser_test *test, const char *parser_name);