]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
testsuite: add TESTDIR variable to testenv
authorIvana Hutarova Varekova <varekova@redhat.com>
Thu, 10 Mar 2011 15:52:39 +0000 (16:52 +0100)
committerJan Safranek <jsafrane@redhat.com>
Thu, 10 Mar 2011 15:00:12 +0000 (16:00 +0100)
add TESTDIR variable to testenv

Signed-off-by: Ivana Hutarova Varekova <varekova@redhat.com>
Signed-off-by: Jan Safranek <jsafrane@redhat.com>
tests/tools/testenv.sh.in

index 464a440e3f453ba985fae463a2b13412cbcbf8b6..0f8a7d66770d08d005e90914a828dccdc086598b 100644 (file)
@@ -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