mirror of
https://github.com/coreutils/coreutils.git
synced 2025-01-10 01:53:25 +08:00
8 lines
205 B
Makefile
8 lines
205 B
Makefile
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
|
|
|
|
AUTOMAKE_OPTIONS = 1.2 gnits
|
|
|
|
TESTS = cr-1 time-1
|
|
EXTRA_DIST = $(TESTS)
|
|
TESTS_ENVIRONMENT = LS=../../src/ls TOUCH=../../src/touch
|