]> git.saurik.com Git - bison.git/blob - m4/atconfig.m4
Add support for an Autotest test suite for Bison.
[bison.git] / m4 / atconfig.m4
1 ## ----------------------##
2 ## Prepare for testing. ##
3 ## ----------------------##
4
5 # serial 1
6
7 # Single argument says where are built sources to test, relative to the
8 # built test directory. Maybe omitted if the same (flat distribution).
9
10 AC_DEFUN(AT_CONFIG,
11 [AT_TESTPATH=ifelse($1, , ., $1)
12 AC_SUBST(AT_TESTPATH)
13 ])