diff options
author | Jim Meyering <jim@meyering.net> | 2000-02-27 14:39:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-02-27 14:39:19 +0000 |
commit | 847ee5a3bd2e61e59fe66317dc27f24cd96f6cd2 (patch) | |
tree | 41b2d8fdab49da37d2e6ff629acefd09ab14b80b /tests/install | |
parent | 649349a300743c959796fd70f203b1bea7f0f896 (diff) | |
download | coreutils-847ee5a3bd2e61e59fe66317dc27f24cd96f6cd2.tar.xz |
(TESTS): Add create-leading.
Diffstat (limited to 'tests/install')
-rw-r--r-- | tests/install/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/install/Makefile.am b/tests/install/Makefile.am index b420f85f0..9a9126422 100644 --- a/tests/install/Makefile.am +++ b/tests/install/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. AUTOMAKE_OPTIONS = 1.3 gnits -TESTS = basic-1 +TESTS = basic-1 create-leading EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ PATH=`pwd`/../../src:$$PATH |