]> git.proxmox.com Git - mirror_lxc.git/commitdiff
Fix build failure due to wrong test name
authorStéphane Graber <stgraber@ubuntu.com>
Tue, 26 Aug 2014 15:10:52 +0000 (11:10 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Tue, 26 Aug 2014 15:10:52 +0000 (11:10 -0400)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
src/tests/Makefile.am

index 85f6cea999b71c8c1daed9769b7aebc86f4ca6e3..35bc1b3ddb52a6dbefb7fa02c64012a93d76ebca 100644 (file)
@@ -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 \