X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=test%2Fparser%2FMakefile.am;h=d8135d4d4756fb82107ad744ed6c26a91118533a;hb=00f86a253a2058ad292f81ba09684fde9ac00539;hp=eff3ece474ec5bba3aab029114f8dd8fc5efbf01;hpb=daa56dcba2d7510666aae8d427e491acc74e8975;p=petitboot diff --git a/test/parser/Makefile.am b/test/parser/Makefile.am index eff3ece..d8135d4 100644 --- a/test/parser/Makefile.am +++ b/test/parser/Makefile.am @@ -25,7 +25,8 @@ AM_CPPFLAGS = \ AM_CFLAGS = -O0 -ggdb -Wall -Wextra -Werror TESTS = test-null \ - test-yaboot-single + test-yaboot-single \ + test-yaboot-external check_PROGRAMS = $(TESTS) check_LIBRARIES = $(test_libs)