mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-15 21:05:24 +08:00
30a1c917c7
to exported PATH value (though not strictly necessary, here).
7 lines
211 B
Makefile
7 lines
211 B
Makefile
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
|
|
AUTOMAKE_OPTIONS = 1.2f gnits
|
|
|
|
TESTS = row-col-1 basic-1
|
|
EXTRA_DIST = $(TESTS) input-tty
|
|
TESTS_ENVIRONMENT = PATH=`pwd`/../../src:$$PATH
|