diff options
author | Jim Meyering <jim@meyering.net> | 2002-09-29 17:26:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-09-29 17:26:09 +0000 |
commit | d51cd50606a7b14de88e2adb269de7a500b986b1 (patch) | |
tree | e26749821832496b7d3d7d9f201fd3d2738b45e5 /tests/du | |
parent | 559a6d0f801116dce25c57b64ba7b707671f5b9b (diff) | |
download | coreutils-d51cd50606a7b14de88e2adb269de7a500b986b1.tar.xz |
(TESTS): Add slink.
Diffstat (limited to 'tests/du')
-rw-r--r-- | tests/du/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/du/Makefile.am b/tests/du/Makefile.am index 873b371e8..e0199c83f 100644 --- a/tests/du/Makefile.am +++ b/tests/du/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. AUTOMAKE_OPTIONS = 1.4 gnits -TESTS = two-args +TESTS = two-args slink EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ PATH=`pwd`/../../src:$$PATH |