aboutsummaryrefslogtreecommitdiff
path: root/tests/Makemodule.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makemodule.am')
-rw-r--r--tests/Makemodule.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/Makemodule.am b/tests/Makemodule.am
index f84852a..c6ba1d9 100644
--- a/tests/Makemodule.am
+++ b/tests/Makemodule.am
@@ -85,6 +85,9 @@ endif
fstree_fuzz_SOURCES = tests/fstree_fuzz.c
fstree_fuzz_LDADD = libfstree.a libutil.a
+tar_fuzz_SOURCES = tests/tar_fuzz.c
+tar_fuzz_LDADD = libtar.a libutil.a
+
check_PROGRAMS += test_canonicalize_name test_mknode_simple test_mknode_slink
check_PROGRAMS += test_mknode_reg test_mknode_dir test_gen_inode_table
check_PROGRAMS += test_add_by_path test_get_path test_fstree_sort
@@ -94,7 +97,7 @@ check_PROGRAMS += test_tar_sparse_gnu1 test_tar_sparse_gnu2
check_PROGRAMS += test_tar_xattr_bsd test_tar_xattr_schily test_str_table
check_PROGRAMS += test_blk_proc_order
-noinst_PROGRAMS += fstree_fuzz
+noinst_PROGRAMS += fstree_fuzz tar_fuzz
TESTS += test_canonicalize_name test_mknode_simple test_mknode_slink
TESTS += test_mknode_reg test_mknode_dir test_gen_inode_table