From 5a604632c54671d65ccb3398a928c0c38c5f13ad Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Thu, 27 Feb 2014 16:52:20 +0800 Subject: test/parser: Add pxe discovery tests Add tests to cover pxlinux-style configuration autodiscovery. Signed-off-by: Jeremy Kerr --- test/parser/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/parser/Makefile.am') diff --git a/test/parser/Makefile.am b/test/parser/Makefile.am index 62770d2..b36889d 100644 --- a/test/parser/Makefile.am +++ b/test/parser/Makefile.am @@ -69,6 +69,11 @@ TESTS = \ test-pxe-pathprefix-discover-mac \ test-pxe-path-resolve-relative \ test-pxe-path-resolve-absolute \ + test-pxe-discover-bootfile-root \ + test-pxe-discover-bootfile-subdir \ + test-pxe-discover-bootfile-pathprefix \ + test-pxe-discover-bootfile-relative-conffile \ + test-pxe-discover-bootfile-absolute-conffile \ test-unresolved-remove $(TESTS): %: %.embedded-config.o -- cgit v1.2.1