From: Dwight Engen Date: Thu, 7 Mar 2013 15:45:00 +0000 (-0500) Subject: include tests in make dist X-Git-Tag: lxc-0.9.0.rc1~2^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90341b9e39561e37797777a34d0589c14c0c2a68;p=thirdparty%2Flxc.git include tests in make dist This should eventually make the source releases available on sourceforge also contain the tests. Signed-off-by: Dwight Engen Acked-by: Stéphane Graber --- diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am index b9f74f0a7..4cbeeb3fe 100644 --- a/src/tests/Makefile.am +++ b/src/tests/Makefile.am @@ -26,3 +26,16 @@ bin_PROGRAMS = lxc-test-containertests lxc-test-locktests lxc-test-startone \ lxc-test-cgpath endif + +EXTRA_DIST = \ + cgpath.c \ + containertests.c \ + createtest.c \ + destroytest.c \ + get_item.c \ + getkeys.c \ + locktests.c \ + lxcpath.c \ + saveconfig.c \ + shutdowntest.c \ + startone.c