mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-22 23:25:21 +02:00
20 lines
401 B
Makefile
20 lines
401 B
Makefile
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
|
|
TESTS = \
|
|
thru-dangling \
|
|
inaccessible \
|
|
c-option \
|
|
equal-x \
|
|
equals \
|
|
no-x \
|
|
octal \
|
|
setgid \
|
|
umask-x \
|
|
usage
|
|
|
|
EXTRA_DIST = $(TESTS)
|
|
TESTS_ENVIRONMENT = \
|
|
CU_TEST_NAME=`basename $(abs_srcdir)`,$$tst \
|
|
PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH"
|
|
|
|
include $(top_srcdir)/tests/check.mk
|