From: <sv...@va...> - 2008-06-30 06:45:29
|
Author: sewardj Date: 2008-06-30 07:45:36 +0100 (Mon, 30 Jun 2008) New Revision: 446 Log: Include test framework in the tarball. Modified: trunk/Makefile.am trunk/configure.in Modified: trunk/Makefile.am =================================================================== --- trunk/Makefile.am 2008-06-30 06:44:51 UTC (rev 445) +++ trunk/Makefile.am 2008-06-30 06:45:36 UTC (rev 446) @@ -7,8 +7,7 @@ AC_AUX_DIR = m4 AC_MACRO_DIR = m4 -SUBDIRS = valkyrie vk_logmerge doc -# . tests +SUBDIRS = valkyrie vk_logmerge doc tests ## Preprend @PERL@ because tests/vk_regtest isn't executable Modified: trunk/configure.in =================================================================== --- trunk/configure.in 2008-06-30 06:44:51 UTC (rev 445) +++ trunk/configure.in 2008-06-30 06:45:36 UTC (rev 446) @@ -222,6 +222,7 @@ vk_logmerge/Makefile doc/Makefile doc/images/Makefile + tests/Makefile ) # tests/Makefile |