diff options
Diffstat (limited to 'test/skel.runtests.sh')
-rwxr-xr-x | test/skel.runtests.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/skel.runtests.sh b/test/skel.runtests.sh new file mode 100755 index 00000000..cda20027 --- /dev/null +++ b/test/skel.runtests.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +# top_srcdir=${top_srcdir:-SET/THIS/PATH/OK!?} +. ${top_srcdir}/test/setup_env.sh + |