X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Fparser%2Ftest-yaboot-partition.c;h=462aee927438afb8913479fb08f5e90dbdd17cdf;hp=060698240aae30eb9c288ec36e3428d120cd9cda;hb=b9af039e99527159aad905c3395fa974b9621f8e;hpb=50a98e73d4eed46e859368915a7800cc904b44f2 diff --git a/test/parser/test-yaboot-partition.c b/test/parser/test-yaboot-partition.c index 0606982..462aee9 100644 --- a/test/parser/test-yaboot-partition.c +++ b/test/parser/test-yaboot-partition.c @@ -1,4 +1,5 @@ #include "parser-test.h" +#include #if 0 /* PARSER_EMBEDDED_CONFIG */ device=sda @@ -14,7 +15,8 @@ void run_test(struct parser_test *test) struct discover_context *ctx; struct discover_device *dev; - test_read_conf_embedded(test); + test_read_conf_embedded(test, "/yaboot.conf"); + test_run_parser(test, "yaboot"); ctx = test->ctx; @@ -26,7 +28,7 @@ void run_test(struct parser_test *test) check_name(opt, "linux"); check_unresolved_resource(opt->boot_image); - dev = test_create_device(ctx, "sda2"); + dev = test_create_device(test, "sda2"); test_hotplug_device(test, dev); check_resolved_local_resource(opt->boot_image, dev, "/vmlinux");