diff options
Diffstat (limited to 'test/parser/test-yaboot-partition.c')
-rw-r--r-- | test/parser/test-yaboot-partition.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/parser/test-yaboot-partition.c b/test/parser/test-yaboot-partition.c index 25aa98f..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 <stdio.h> #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; |