9 download
/*) DISTDIR
= ;;
10 *) DISTDIR
=${top_srcdir}/testsuite
/distdir
;;
13 test -d ${top_builddir}/testsuite
/$test || mkdir
-p ${top_builddir}/testsuite
/$test
14 cd ${top_builddir}/testsuite
/$test
16 cp -f ${top_srcdir}/testsuite
/$test/!(hints
) .
18 DISTDIR
=${DISTDIR} ${top_builddir}/bin
/cygport-inplace
*.cygport clean get all
21 for hint
in $
(find -name \
*.hint
)
23 if [ -a ${top_srcdir}/testsuite
/$test/hints
/$hint ];
25 diff -u ${top_srcdir}/testsuite
/$test/hints
/$hint $hint
27 # if CREATE_HINTS is set, create the expected hint file for use in future testing
28 if [ -z ${CREATE_HINTS+x} ]
30 echo "can't verify hint $hint, as expected hint ${top_srcdir}/testsuite/$test/hints/$hint not found." >&2
33 mkdir
-p $
(dirname ${top_srcdir}/testsuite
/$test/hints
/$hint)
34 cp $hint ${top_srcdir}/testsuite
/$test/hints
/$hint
39 if [ -n "$missing_hints" ]
45 diff -u ${CASE_INSENSITIVE:+-i} ${top_srcdir}/testsuite/$test/*.list <(${top_builddir}/bin
/cygport-inplace
*.cygport list
)