2020-03-04 16:55:40 +01:00
|
|
|
DEFINE_TEST(test_0)
|
|
|
|
DEFINE_TEST(test_basic)
|
|
|
|
DEFINE_TEST(test_copy)
|
|
|
|
DEFINE_TEST(test_empty_mtree)
|
|
|
|
DEFINE_TEST(test_extract_tar_bz2)
|
|
|
|
DEFINE_TEST(test_extract_tar_grz)
|
|
|
|
DEFINE_TEST(test_extract_tar_gz)
|
|
|
|
DEFINE_TEST(test_extract_tar_lrz)
|
|
|
|
DEFINE_TEST(test_extract_tar_lz4)
|
2021-12-09 12:22:14 +01:00
|
|
|
DEFINE_TEST(test_extract_tar_lz)
|
2020-03-04 16:55:40 +01:00
|
|
|
DEFINE_TEST(test_extract_tar_lzma)
|
|
|
|
DEFINE_TEST(test_extract_tar_lzo)
|
|
|
|
DEFINE_TEST(test_extract_tar_xz)
|
2021-12-09 12:22:14 +01:00
|
|
|
DEFINE_TEST(test_extract_tar_Z)
|
2020-03-04 16:55:40 +01:00
|
|
|
DEFINE_TEST(test_extract_tar_zstd)
|
|
|
|
DEFINE_TEST(test_format_newc)
|
|
|
|
DEFINE_TEST(test_help)
|
|
|
|
DEFINE_TEST(test_leading_slash)
|
|
|
|
DEFINE_TEST(test_missing_file)
|
|
|
|
DEFINE_TEST(test_option_a)
|
|
|
|
DEFINE_TEST(test_option_acls)
|
|
|
|
DEFINE_TEST(test_option_b64encode)
|
2021-12-09 12:22:14 +01:00
|
|
|
DEFINE_TEST(test_option_b)
|
|
|
|
DEFINE_TEST(test_option_C_mtree)
|
|
|
|
DEFINE_TEST(test_option_C_upper)
|
2020-03-04 16:55:40 +01:00
|
|
|
DEFINE_TEST(test_option_exclude)
|
|
|
|
DEFINE_TEST(test_option_exclude_vcs)
|
|
|
|
DEFINE_TEST(test_option_fflags)
|
|
|
|
DEFINE_TEST(test_option_gid_gname)
|
|
|
|
DEFINE_TEST(test_option_grzip)
|
2021-12-09 12:22:14 +01:00
|
|
|
DEFINE_TEST(test_option_H_upper)
|
2020-03-04 16:55:40 +01:00
|
|
|
DEFINE_TEST(test_option_j)
|
|
|
|
DEFINE_TEST(test_option_k)
|
|
|
|
DEFINE_TEST(test_option_keep_newer_files)
|
|
|
|
DEFINE_TEST(test_option_lrzip)
|
2021-12-09 12:22:14 +01:00
|
|
|
DEFINE_TEST(test_option_L_upper)
|
2020-03-04 16:55:40 +01:00
|
|
|
DEFINE_TEST(test_option_lz4)
|
|
|
|
DEFINE_TEST(test_option_lzma)
|
|
|
|
DEFINE_TEST(test_option_lzop)
|
|
|
|
DEFINE_TEST(test_option_n)
|
|
|
|
DEFINE_TEST(test_option_newer_than)
|
|
|
|
DEFINE_TEST(test_option_nodump)
|
|
|
|
DEFINE_TEST(test_option_older_than)
|
2021-12-09 12:22:14 +01:00
|
|
|
DEFINE_TEST(test_option_O_upper)
|
2020-03-04 16:55:40 +01:00
|
|
|
DEFINE_TEST(test_option_passphrase)
|
|
|
|
DEFINE_TEST(test_option_q)
|
|
|
|
DEFINE_TEST(test_option_r)
|
|
|
|
DEFINE_TEST(test_option_safe_writes)
|
2021-12-09 12:22:14 +01:00
|
|
|
DEFINE_TEST(test_option_s)
|
|
|
|
DEFINE_TEST(test_option_T_upper)
|
2020-03-04 16:55:40 +01:00
|
|
|
DEFINE_TEST(test_option_uid_uname)
|
|
|
|
DEFINE_TEST(test_option_uuencode)
|
2021-12-09 12:22:14 +01:00
|
|
|
DEFINE_TEST(test_option_U_upper)
|
2020-03-04 16:55:40 +01:00
|
|
|
DEFINE_TEST(test_option_xattrs)
|
2021-12-09 12:22:14 +01:00
|
|
|
DEFINE_TEST(test_option_X_upper)
|
2020-03-04 16:55:40 +01:00
|
|
|
DEFINE_TEST(test_option_xz)
|
|
|
|
DEFINE_TEST(test_option_z)
|
|
|
|
DEFINE_TEST(test_option_zstd)
|
|
|
|
DEFINE_TEST(test_patterns)
|
|
|
|
DEFINE_TEST(test_print_longpath)
|
|
|
|
DEFINE_TEST(test_stdio)
|
|
|
|
DEFINE_TEST(test_strip_components)
|
|
|
|
DEFINE_TEST(test_symlink_dir)
|
|
|
|
DEFINE_TEST(test_version)
|
|
|
|
DEFINE_TEST(test_windows)
|