]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
include tests in make dist
authorDwight Engen <dwight.engen@oracle.com>
Thu, 7 Mar 2013 15:45:00 +0000 (10:45 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 7 Mar 2013 22:30:00 +0000 (17:30 -0500)
This should eventually make the source releases available on sourceforge
also contain the tests.

Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
src/tests/Makefile.am

index b9f74f0a7cf1bf3a1e35bee3d6deac1fac4d8d09..4cbeeb3feafa6fd7acef35a75b8e365b7244746a 100644 (file)
@@ -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