mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-12 09:57:21 -04: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
|