summaryrefslogtreecommitdiff
path: root/tar/test
diff options
context:
space:
mode:
authorSean Purcell <me@seanp.xyz>2017-04-26 11:10:17 -0700
committerSean Purcell <iburinoc@gmail.com>2017-05-15 23:06:49 -0400
commitcd63bdcda53a99389d994e5db2e19d8bbd74a62c (patch)
tree0750dce1688e92a280f1abfe6ea6e45f962ae746 /tar/test
parent45232160e38fd41827712c0e8577835cb5287fd8 (diff)
downloadlibarchive-cd63bdcda53a99389d994e5db2e19d8bbd74a62c.tar.gz
Fix alphabetical order, other small fixes
Diffstat (limited to 'tar/test')
-rw-r--r--tar/test/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tar/test/CMakeLists.txt b/tar/test/CMakeLists.txt
index fb9dfee7..eacbabef 100644
--- a/tar/test/CMakeLists.txt
+++ b/tar/test/CMakeLists.txt
@@ -19,10 +19,10 @@ IF(ENABLE_TAR AND ENABLE_TEST)
test_extract_tar_lrz.c
test_extract_tar_lz.c
test_extract_tar_lz4.c
- test_extract_tar_zstd.c
test_extract_tar_lzma.c
test_extract_tar_lzo.c
test_extract_tar_xz.c
+ test_extract_tar_zstd.c
test_format_newc.c
test_help.c
test_leading_slash.c
@@ -47,7 +47,6 @@ IF(ENABLE_TAR AND ENABLE_TEST)
test_option_keep_newer_files.c
test_option_lrzip.c
test_option_lz4.c
- test_option_zstd.c
test_option_lzma.c
test_option_lzop.c
test_option_n.c
@@ -63,6 +62,7 @@ IF(ENABLE_TAR AND ENABLE_TEST)
test_option_xattrs.c
test_option_xz.c
test_option_z.c
+ test_option_zstd.c
test_patterns.c
test_print_longpath.c
test_stdio.c