diff options
author | Jim Meyering <jim@meyering.net> | 2006-05-06 15:29:44 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-05-06 15:29:44 +0000 |
commit | 1cf31b9cb6c6ef8b24408243b0f9fc7d7c40d202 (patch) | |
tree | ef51c6b3b54ec6e994ee11773989081eb2801240 /tests/ls | |
parent | c5a425ef3d308da04ae051aa68d478c1707931a4 (diff) | |
download | coreutils-1cf31b9cb6c6ef8b24408243b0f9fc7d7c40d202.tar.xz |
(TESTS): Add stat-vs-dirent.
Diffstat (limited to 'tests/ls')
-rw-r--r-- | tests/ls/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ls/Makefile.am b/tests/ls/Makefile.am index 43988bda5..b4837126f 100644 --- a/tests/ls/Makefile.am +++ b/tests/ls/Makefile.am @@ -4,7 +4,8 @@ AUTOMAKE_OPTIONS = 1.2 gnits TESTS = \ inode dangle file-type recursive dired infloop \ - rt-1 time-1 symlink-slash follow-slink no-arg m-option + rt-1 time-1 symlink-slash follow-slink no-arg m-option \ + stat-vs-dirent EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ |