From c044cdfb7d11225a120228046ced416ddcaeb4a2 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sat, 21 Sep 2013 11:06:20 -0400 Subject: [PATCH] tests: Add u-boot It needs to be installed so it'll be run by the InstalledTests scheme. --- Makefile-tests.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile-tests.am b/Makefile-tests.am index 82382da7..09ca24d0 100644 --- a/Makefile-tests.am +++ b/Makefile-tests.am @@ -30,6 +30,7 @@ testfiles = test-basic \ test-pull-resume \ test-admin-deploy-1 \ test-admin-deploy-2 \ + test-admin-deploy-uboot \ test-setuid \ test-xattrs \ $(NULL)