summaryrefslogtreecommitdiff
path: root/tests/Makefile.am.in
AgeCommit message (Collapse)Author
2004-05-31(TESTS_ENVIRONMENT): Define PATH to includeJim Meyering
the build src/ directory -- at the front. ($(srcdir)/$x-tests): Depend on Makefile.am. Use $x as the program name, except when it would be `test' (test is the sole program tested via mk-script that is also a shell built-in). In that case, use the old ../../src/$x.
2004-02-11($(srcdir)/Makefile.am): Use more portableJim Meyering
$(srcdir)/../Makefile.am.in, rather than $<. Suggestion from Michael Elizabeth Chastain.
2003-10-18($(srcdir)/$x-tests): Pass $(srcdir) as first argument of mk-script.Jim Meyering
($(srcdir)/Makefile.am): Likewise. Prepend $(srcdir) to target.
2003-04-15Use $(VAR) rather than @VAR@, now that we can rely on automake toJim Meyering
emit a definition for each substituted variable. Remove definition of PERL.
2000-08-03($(srcdir)/$x-tests): Use -I$(srcdir), not `-I.'.Jim Meyering
(Makefile.am): Likewise. Reported by Greg McGary.
1998-06-18(check): Depend on $(maint_gen) soJim Meyering
`make maintainer-clean; ./configure; make check' works.
1998-05-03Use `-I.' with each invocation of $(PERL).Jim Meyering
perl-5.004_xx comes with a Test.pm module that'd be used otherwise.
1998-03-31(EXTRA_DIST): Remove mk-script.pl.Jim Meyering
(mk_script): Set to ../mk-script. (x-tests): Use `$(PERL) -w -- $(mk_script)', not ./mk-script. Remove @MAINT@ cruft. (Makefile.am): Likewise. Remove @MAINT@ cruft. Now `missing' will explain the failure when people don't have Perl yet modify a file whose rebuilding would lead to the use of Perl.
1997-02-03.Jim Meyering