X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=test%2Fparser%2FMakefile.am;h=d8135d4d4756fb82107ad744ed6c26a91118533a;hb=00f86a253a2058ad292f81ba09684fde9ac00539;hp=2e97fbe208e81ba5fa107ced54b1c1f2698a31bb;hpb=e0a7cb18a4237aa826e5e121ff17373814a1872d;p=petitboot diff --git a/test/parser/Makefile.am b/test/parser/Makefile.am index 2e97fbe..d8135d4 100644 --- a/test/parser/Makefile.am +++ b/test/parser/Makefile.am @@ -24,7 +24,9 @@ AM_CPPFLAGS = \ AM_CFLAGS = -O0 -ggdb -Wall -Wextra -Werror -TESTS = test-null +TESTS = test-null \ + test-yaboot-single \ + test-yaboot-external check_PROGRAMS = $(TESTS) check_LIBRARIES = $(test_libs) @@ -37,7 +39,8 @@ libtest.o: $(libtest_o_OBJECTS) $(LD) -o $@ -r $^ # objects under test -parser_test_objs = $(top_srcdir)/discover/resource.c \ +parser_test_objs = $(top_srcdir)/discover/yaboot-parser.c \ + $(top_srcdir)/discover/resource.c \ $(top_srcdir)/discover/paths.c \ $(top_srcdir)/discover/device-handler.c \ $(top_srcdir)/discover/parser-conf.c