]> git.draconx.ca Git - liblbx.git/blob - tests/util/test-defs.sh.in
tests: Migrate the mainmenu.lbx tests to the TAP system.
[liblbx.git] / tests / util / test-defs.sh.in
1 # Since we want to chdir in test scripts, set srcdir and builddir
2 # to absolute versions for convenience.
3 srcdir='@abs_top_srcdir@'
4 builddir='@abs_top_builddir@'
5
6 MKDIR_P='@MKDIR_P@'
7 HAVE_MD5SUM='@HAVE_MD5SUM@'
8 MD5SUM='@MD5SUM@'
9
10 EXEEXT='@EXEEXT@'