diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2023-01-30 21:18:11 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2023-01-30 21:18:11 +0100 |
commit | 2182129c8f359c4fa1390eaba7a65b595ccd4182 (patch) | |
tree | de17208d3610ae18aacf21812d6d15c948ecd979 /tests/gensquashfs | |
parent | 98b2731a56d7044e9208fc08895373a8bbbfe8f9 (diff) |
Remove without-tools feature switch
This was originally added for the Windows port, which initially didn't
have tool support.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tests/gensquashfs')
-rw-r--r-- | tests/gensquashfs/Makemodule.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/gensquashfs/Makemodule.am b/tests/gensquashfs/Makemodule.am index 70dc375..553f2a8 100644 --- a/tests/gensquashfs/Makemodule.am +++ b/tests/gensquashfs/Makemodule.am @@ -50,12 +50,10 @@ GENSQUASHFS_TESTS = \ test_filemap_xattr test_fstree_from_file test_fstree_from_dir \ test_fstree_glob1 test_sort_file -if BUILD_TOOLS noinst_PROGRAMS += fstree_fuzz check_PROGRAMS += $(GENSQUASHFS_TESTS) TESTS += $(GENSQUASHFS_TESTS) -endif EXTRA_DIST += $(GENDATADIR)/xattr1.txt $(GENDATADIR)/fstree1.txt EXTRA_DIST += $(GENDATADIR)/fstree_glob1.txt $(GENDATADIR)/fstree_glob2.txt |