Fix build failure due to wrong test name

parent 88556fd7
...@@ -51,7 +51,11 @@ bin_PROGRAMS = lxc-test-containertests lxc-test-locktests lxc-test-startone \ ...@@ -51,7 +51,11 @@ bin_PROGRAMS = lxc-test-containertests lxc-test-locktests lxc-test-startone \
bin_SCRIPTS = lxc-test-autostart bin_SCRIPTS = lxc-test-autostart
if DISTRO_UBUNTU 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
endif endif
...@@ -71,6 +75,7 @@ EXTRA_DIST = \ ...@@ -71,6 +75,7 @@ EXTRA_DIST = \
locktests.c \ locktests.c \
lxcpath.c \ lxcpath.c \
lxc-test-autostart \ lxc-test-autostart \
lxc-test-checkpoint-restore \
lxc-test-ubuntu \ lxc-test-ubuntu \
lxc-test-unpriv \ lxc-test-unpriv \
lxc-test-usernic \ lxc-test-usernic \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment