From: Ivana Hutarova Varekova Date: Thu, 10 Mar 2011 15:52:39 +0000 (+0100) Subject: testsuite: add TESTDIR variable to testenv X-Git-Tag: v0.38~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92a285661cdf8bc8d881f67ea4e0532d7cbdb3e2;p=thirdparty%2Flibcgroup.git testsuite: add TESTDIR variable to testenv add TESTDIR variable to testenv Signed-off-by: Ivana Hutarova Varekova Signed-off-by: Jan Safranek --- diff --git a/tests/tools/testenv.sh.in b/tests/tools/testenv.sh.in index 464a440e..0f8a7d66 100644 --- a/tests/tools/testenv.sh.in +++ b/tests/tools/testenv.sh.in @@ -72,3 +72,5 @@ mv /etc/cgrules.conf $TMP/cgrules-backup.conf &>/dev/null export TOOLSDIR="@abs_top_srcdir@/libtool --mode=execute @abs_top_srcdir@/src/tools/" # config files directory export CONFIGDIR="@abs_top_srcdir@/samples" +# test directory +export TESTDIR="@abs_top_srcdir@/tests" \ No newline at end of file