mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-25 16:45:40 +02:00
8 lines
244 B
Makefile
8 lines
244 B
Makefile
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
|
|
AUTOMAKE_OPTIONS = 1.4 gnits
|
|
|
|
TESTS = rl-1 can-e can-f can-m
|
|
EXTRA_DIST = $(TESTS)
|
|
TESTS_ENVIRONMENT = \
|
|
PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH"
|