From 92a285661cdf8bc8d881f67ea4e0532d7cbdb3e2 Mon Sep 17 00:00:00 2001 From: Ivana Hutarova Varekova Date: Thu, 10 Mar 2011 16:52:39 +0100 Subject: [PATCH] testsuite: add TESTDIR variable to testenv add TESTDIR variable to testenv Signed-off-by: Ivana Hutarova Varekova Signed-off-by: Jan Safranek --- tests/tools/testenv.sh.in | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.2