X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=test%2Fparser%2FMakefile.am;h=fa644fe3f98daa417cc49289e0eb0791965dd754;hb=c916e133367688075f568fed390b625b9325c68b;hp=e4f9b9cfbc466d7e1c9bb02cf2bfa8f6ffefe357;hpb=939660528bf1568c55b6dcf982cc9020c1dbcdd2;p=petitboot diff --git a/test/parser/Makefile.am b/test/parser/Makefile.am index e4f9b9c..fa644fe 100644 --- a/test/parser/Makefile.am +++ b/test/parser/Makefile.am @@ -26,6 +26,7 @@ parser_TESTS = \ test/parser/test-grub2-multiple-resolve \ test/parser/test-grub2-multiple-id \ test/parser/test-grub2-single-line-if \ + test/parser/test-grub2-pos-param \ test/parser/test-grub2-load-env \ test/parser/test-grub2-save-env \ test/parser/test-grub2-save-env-dash-f \ @@ -99,6 +100,7 @@ test_parser_libtest_ro_SOURCES = \ test/parser/utils.c \ test/parser/handler.c \ test/parser/network.c \ + test/parser/user-event.c \ test/parser/parser-test.h \ discover/yaboot-parser.c \ discover/kboot-parser.c \