mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-18 21:32:12 +02:00
7 lines
201 B
Makefile
7 lines
201 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)
|
|
TESTS_ENVIRONMENT = PATH=`pwd`/../../src:$$PATH
|