diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-06-28 15:06:05 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-06-28 15:07:34 +0200 |
commit | d89d7e3d7f5b21fe53ea0cbf65134bdc3df30950 (patch) | |
tree | 317a3a5f9931f1b533b3a4eb00f488736d667afc | |
parent | 0b78208a5b92517769043aff4dfcba0b67fa8f6e (diff) |
Add tar test samples to distribution tar ball
Make sure the unit tests can be run from the distribution tar ball.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
-rw-r--r-- | tests/Makemodule.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makemodule.am b/tests/Makemodule.am index 75e8a14..e9cb8c4 100644 --- a/tests/Makemodule.am +++ b/tests/Makemodule.am @@ -57,3 +57,5 @@ TESTS += test_mknode_reg test_mknode_dir test_gen_inode_table TESTS += test_add_by_path test_get_path test_fstree_sort test_fstree_from_file TESTS += test_fstree_init test_fstree_xattr test_tar_ustar test_tar_pax TESTS += test_tar_gnu + +EXTRA_DIST += $(top_srcdir)/tests/tar |