1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-30 08:44:18 +02:00
Files
coreutils/tests/tsort/Makefile.am
Jim Meyering 858254d559 (TESTS_ENVIRONMENT): Add pwd/ prefix
to exported PATH value (though not strictly necessary, here).
2000-01-07 08:25:47 +00:00

13 lines
250 B
Makefile

## Process this file with automake to produce Makefile.in -*-Makefile-*-.
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
top_srcdir=$(top_srcdir) \
srcdir=$(srcdir) \
PERL="@PERL@" \
PATH=`pwd`/../../src:$$PATH \
PROG=tsort
TESTS = basic-1