mirror of
https://github.com/coreutils/coreutils.git
synced 2025-01-10 10:03:21 +08:00
10 lines
272 B
Makefile
10 lines
272 B
Makefile
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
|
|
AUTOMAKE_OPTIONS = 1.1 gnits
|
|
|
|
TESTS = \
|
|
backup-1 no-deref-link1 no-deref-link2 no-deref-link3 backup-is-src \
|
|
same-file
|
|
EXTRA_DIST = $(TESTS)
|
|
TESTS_ENVIRONMENT = \
|
|
PATH=`pwd`/../../src:$$PATH
|