From: Stéphane Graber Date: Tue, 26 Aug 2014 15:10:52 +0000 (-0400) Subject: Fix build failure due to wrong test name X-Git-Tag: lxc-1.1.0.alpha2~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=188adf0594f623a1273b89a646402484b6816f90;p=thirdparty%2Flxc.git Fix build failure due to wrong test name Signed-off-by: Stéphane Graber --- diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am index 85f6cea99..35bc1b3dd 100644 --- a/src/tests/Makefile.am +++ b/src/tests/Makefile.am @@ -51,7 +51,11 @@ bin_PROGRAMS = lxc-test-containertests lxc-test-locktests lxc-test-startone \ bin_SCRIPTS = lxc-test-autostart if DISTRO_UBUNTU -bin_SCRIPTS += lxc-test-usernic lxc-test-ubuntu lxc-test-unpriv lxc-test-checkpoint +bin_SCRIPTS += \ + lxc-test-checkpoint-restore \ + lxc-test-ubuntu \ + lxc-test-unpriv \ + lxc-test-usernic endif endif @@ -71,6 +75,7 @@ EXTRA_DIST = \ locktests.c \ lxcpath.c \ lxc-test-autostart \ + lxc-test-checkpoint-restore \ lxc-test-ubuntu \ lxc-test-unpriv \ lxc-test-usernic \