summaryrefslogtreecommitdiff
path: root/tests/touch/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-07-18 13:51:11 +0000
committerJim Meyering <jim@meyering.net>1998-07-18 13:51:11 +0000
commit7fc23ef6256019a86d12b6303d36297f49ad1031 (patch)
treea2e82e30c8a1853c7d4d0979fff4f491f1aa5533 /tests/touch/Makefile.am
parent1bd7deb235900838c41c960b314198314cf50c0e (diff)
downloadcoreutils-7fc23ef6256019a86d12b6303d36297f49ad1031.tar.xz
.
Diffstat (limited to 'tests/touch/Makefile.am')
-rw-r--r--tests/touch/Makefile.am14
1 files changed, 14 insertions, 0 deletions
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