summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2014-12-03 10:13:41 -0600
committerWilliam Hubbs <w.d.hubbs@gmail.com>2014-12-03 10:13:41 -0600
commit1267025fb76af18e31b2c7de16606abbb9b87ea3 (patch)
tree8cc3a36b1dd7e1438d05a293cae8eac572126a7c /test
parent30cc3cdb76a66c7c0f89a52db4e5cff77b570e31 (diff)
Diffstat (limited to 'test')
-rwxr-xr-xtest/setup_env.sh27
-rwxr-xr-xtest/skel.runtests.sh5
2 files changed, 0 insertions, 32 deletions
diff --git a/test/setup_env.sh b/test/setup_env.sh
deleted file mode 100755
index f7996eea..00000000
--- a/test/setup_env.sh
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/sh
-
-if [ -z "${top_srcdir}" ] ; then
- echo "You must set top_srcdir before sourcing this file" 1>&2
- exit 1
-fi
-
-srcdir=${srcdir:-.}
-top_builddir=${top_builddir:-${top_srcdir}}
-builddir=${builddir:-${srcdir}}
-
-if [ ! -f ${top_srcdir}/sh/functions.sh ] ; then
- echo "functions.sh not yet created !?" 1>&2
- exit 1
-elif ! . ${top_srcdir}/sh/functions.sh; then
- echo "Sourcing functions.sh failed !?" 1>&2
- exit 1
-fi
-
-LD_LIBRARY_PATH=${top_builddir}/src/libeinfo:${top_builddir}/src/librc:${LD_LIBRARY_PATH}
-PATH=${top_builddir}/src/rc:${PATH}
-export LD_LIBRARY_PATH PATH
-
-cd ${top_srcdir}/src/rc
-${MAKE:-make} links >/dev/null
-cd -
-
diff --git a/test/skel.runtests.sh b/test/skel.runtests.sh
deleted file mode 100755
index cda20027..00000000
--- a/test/skel.runtests.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-# top_srcdir=${top_srcdir:-SET/THIS/PATH/OK!?}
-. ${top_srcdir}/test/setup_env.sh
-