From 72c8155d9fc0eaeac72c053f46ebb7b231d4596a Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Tue, 31 Jan 2023 11:30:46 +0100 Subject: Reintegrate test code with library code Signed-off-by: David Oberhollenzer --- tests/libio/Makemodule.am | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 tests/libio/Makemodule.am (limited to 'tests/libio/Makemodule.am') diff --git a/tests/libio/Makemodule.am b/tests/libio/Makemodule.am deleted file mode 100644 index e031973..0000000 --- a/tests/libio/Makemodule.am +++ /dev/null @@ -1,12 +0,0 @@ -test_get_line_SOURCES = tests/libio/get_line.c -test_get_line_LDADD = libio.a libcompat.a -test_get_line_CPPFLAGS = $(AM_CPPFLAGS) -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 - -check_PROGRAMS += test_get_line test_sparse_fb -TESTS += test_get_line test_sparse_fb - -EXTRA_DIST += $(top_srcdir)/tests/libio/get_line.txt -- cgit v1.2.3