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.
This commit is contained in:
parent
811ad9167a
commit
c285d36ab2
5 changed files with 647 additions and 1 deletions
|
|
@ -32,4 +32,7 @@ export PATH
|
|||
MCRON_UNINSTALLED=1
|
||||
export MCRON_UNINSTALLED
|
||||
|
||||
srcdir="@srcdir@"
|
||||
export srcdir
|
||||
|
||||
exec "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue