diff options
Diffstat (limited to 'usr.bin/tar/tests/Makefile')
| -rw-r--r-- | usr.bin/tar/tests/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/tar/tests/Makefile b/usr.bin/tar/tests/Makefile index de14d5fda912..34f87cb65ea2 100644 --- a/usr.bin/tar/tests/Makefile +++ b/usr.bin/tar/tests/Makefile @@ -42,13 +42,14 @@ TESTS_SRCS= \ test_format_newc.c \ test_help.c \ test_leading_slash.c \ + test_list_item.c \ test_missing_file.c \ test_option_C_mtree.c \ test_option_C_upper.c \ test_option_H_upper.c \ test_option_L_upper.c \ test_option_O_upper.c \ - test_option_P.c \ + test_option_P_upper.c \ test_option_T_upper.c \ test_option_U_upper.c \ test_option_X_upper.c \ @@ -69,6 +70,7 @@ TESTS_SRCS= \ test_option_lz4.c \ test_option_lzma.c \ test_option_lzop.c \ + test_option_mtime.c \ test_option_n.c \ test_option_newer_than.c \ test_option_nodump.c \ @@ -120,6 +122,7 @@ ${PACKAGE}FILES+= test_extract.tar.lzo.uu ${PACKAGE}FILES+= test_extract.tar.xz.uu ${PACKAGE}FILES+= test_extract.tar.zst.uu ${PACKAGE}FILES+= test_leading_slash.tar.uu +${PACKAGE}FILES+= test_list_item.tar.uu ${PACKAGE}FILES+= test_option_keep_newer_files.tar.Z.uu ${PACKAGE}FILES+= test_option_passphrase.zip.uu ${PACKAGE}FILES+= test_option_s.tar.Z.uu |
