From cd63bdcda53a99389d994e5db2e19d8bbd74a62c Mon Sep 17 00:00:00 2001 From: Sean Purcell Date: Wed, 26 Apr 2017 11:10:17 -0700 Subject: Fix alphabetical order, other small fixes --- cat/test/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cat') diff --git a/cat/test/CMakeLists.txt b/cat/test/CMakeLists.txt index e76e92e6..4652ff37 100644 --- a/cat/test/CMakeLists.txt +++ b/cat/test/CMakeLists.txt @@ -11,18 +11,18 @@ IF(ENABLE_CAT AND ENABLE_TEST) test_0.c test_empty_gz.c test_empty_lz4.c - test_empty_zstd.c test_empty_xz.c + test_empty_zstd.c test_error.c test_error_mixed.c test_expand_Z.c test_expand_bz2.c test_expand_gz.c test_expand_lz4.c - test_expand_zstd.c test_expand_mixed.c test_expand_plain.c test_expand_xz.c + test_expand_zstd.c test_help.c test_version.c ) -- cgit v1.2.1