AboutSummaryRefsLogTreeCommitDiffStats
path: root/build-aux
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2017-09-28 17:59:40 +0200
committerMathieu Lirzin <mthl@gnu.org>2017-09-28 18:48:49 +0200
commitc285d36ab2a48f09c14655a0dcec5895700fe4dd (patch)
tree3931d2f71d8eb75dc142085dc820057f537e3c2e /build-aux
parent811ad9167a0dc4fe9e13dd20d534d477469dc682 (diff)
downloadmcron-c285d36ab2a48f09c14655a0dcec5895700fe4dd.tar.gz
mcron-c285d36ab2a48f09c14655a0dcec5895700fe4dd.tar.bz2
mcron-c285d36ab2a48f09c14655a0dcec5895700fe4dd.zip
tests: Add 'basic.sh'
* tests/init.sh: New test framework from Gnulib. * tests/basic.sh: New test. * Makefile.am (TESTS): Add it. (TEST_EXTENSIONS): Add '.sh'. (SH_LOG_COMPILER): Use 'pre-inst-env'. (EXTRA_DIST): Add 'tests/init.sh'. * build-aux/pre-inst-env.in: export $srcdir for shell tests.
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/pre-inst-env.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/build-aux/pre-inst-env.in b/build-aux/pre-inst-env.in
index 75a8d70..aefe33e 100644
--- a/build-aux/pre-inst-env.in
+++ b/build-aux/pre-inst-env.in
@@ -32,4 +32,7 @@ export PATH
MCRON_UNINSTALLED=1
export MCRON_UNINSTALLED
+srcdir="@srcdir@"
+export srcdir
+
exec "$@"