From 2182129c8f359c4fa1390eaba7a65b595ccd4182 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 30 Jan 2023 21:18:11 +0100 Subject: 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 --- tests/libio/Makemodule.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/libio') diff --git a/tests/libio/Makemodule.am b/tests/libio/Makemodule.am index 2803b43..e031973 100644 --- a/tests/libio/Makemodule.am +++ b/tests/libio/Makemodule.am @@ -6,9 +6,7 @@ test_get_line_CPPFLAGS += -DTESTFILE=$(top_srcdir)/tests/libio/get_line.txt test_sparse_fb_SOURCES = tests/libio/sparse_fb.c test_sparse_fb_LDADD = libio.a libutil.a libcompat.a -if BUILD_TOOLS check_PROGRAMS += test_get_line test_sparse_fb TESTS += test_get_line test_sparse_fb -endif EXTRA_DIST += $(top_srcdir)/tests/libio/get_line.txt -- cgit v1.2.3