aboutsummaryrefslogtreecommitdiff
path: root/tests/libfstree
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-01-30 21:18:11 +0100
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-01-30 21:18:11 +0100
commit2182129c8f359c4fa1390eaba7a65b595ccd4182 (patch)
treede17208d3610ae18aacf21812d6d15c948ecd979 /tests/libfstree
parent98b2731a56d7044e9208fc08895373a8bbbfe8f9 (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/libfstree')
-rw-r--r--tests/libfstree/Makemodule.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/libfstree/Makemodule.am b/tests/libfstree/Makemodule.am
index 5ae44a6..14e1b38 100644
--- a/tests/libfstree/Makemodule.am
+++ b/tests/libfstree/Makemodule.am
@@ -34,7 +34,5 @@ FSTREE_TESTS = \
test_add_by_path test_get_path test_fstree_sort \
test_fstree_init
-if BUILD_TOOLS
check_PROGRAMS += $(FSTREE_TESTS)
TESTS += $(FSTREE_TESTS)
-endif