1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-07 10:16:46 +02:00
Files
coreutils/tests/tsort/Makefile.am
T

13 lines
269 B
Makefile
Raw Normal View History

1999-08-13 07:57:15 +00:00
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
1999-08-22 15:55:41 +00:00
EXTRA_DIST = $(TESTS)
1999-08-13 07:57:15 +00:00
1999-08-22 15:55:41 +00:00
TESTS_ENVIRONMENT = \
top_srcdir=$(top_srcdir) \
srcdir=$(srcdir) \
2003-04-05 18:03:47 +00:00
PERL="$(PERL)" \
PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \
1999-08-22 15:55:41 +00:00
PROG=tsort
1999-08-13 07:57:15 +00:00
1999-08-22 15:55:41 +00:00
TESTS = basic-1