1 ## ----------------------## -*- Autoconf -*-
2 ## Prepare for testing. ##
3 ## ----------------------##
7 # AT_CONFIG([AUTOTEST-PATH = .])
8 # ------------------------------
9 # Configure the test suite.
11 # AUTOTEST-PATH must help the test suite to find the executables, i.e.,
12 # if the test suite is in `tests/' and the executables are in `src/',
13 # pass `../src'. If there are also executables in the source tree, use
14 # `../src:$top_srcdir/src'.
16 [AC_SUBST([AUTOTEST_PATH], [m4_default([$1], [.])])])