From 7fc23ef6256019a86d12b6303d36297f49ad1031 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 18 Jul 1998 13:51:11 +0000 Subject: . --- tests/touch/Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/touch/Makefile.am (limited to 'tests/touch/Makefile.am') diff --git a/tests/touch/Makefile.am b/tests/touch/Makefile.am new file mode 100644 index 000000000..74578fc9d --- /dev/null +++ b/tests/touch/Makefile.am @@ -0,0 +1,14 @@ +## Process this file with automake to produce Makefile.in -*-Makefile-*-. +AUTOMAKE_OPTIONS = 1.3 gnits + +TESTS = empty-file +EXTRA_DIST = $(TESTS) +TESTS_ENVIRONMENT = \ + DF=../../src/df \ + LN=../../src/ln \ + LS=../../src/ls \ + MKDIR=../../src/mkdir \ + MKNOD=../../src/mknod \ + MV=../../src/mv \ + RM=../../src/rm \ + TOUCH=../../src/touch -- cgit v1.2.3-54-g00ecf