From 17002c193dcecec2cf95289e45ce29851c8ae804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 4 Jul 2021 02:09:29 +0200 Subject: Drop automake build support. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/tests/Makefile.am | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 src/tests/Makefile.am (limited to 'src/tests') diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am deleted file mode 100644 index d85b7c4..0000000 --- a/src/tests/Makefile.am +++ /dev/null @@ -1,28 +0,0 @@ -AM_CPPFLAGS = -I$(srcdir)/.. $(all_includes) - -KDE_OPTIONS = noautodist - -AM_LDFLAGS = $(QT_LDFLAGS) $(KDE_LDFLAGS) $(X_LDFLAGS) - -check_PROGRAMS = isbntest latin1test entitytest - -check: isbntest latin1test entitytest - ./isbntest - ./latin1test - ./entitytest - -METASOURCES = AUTO - -DISTCLEANFILES = *~ *.Po $(CLEANFILES) - -isbntest_SOURCES = isbntest.cpp -isbntest_LDADD = ../isbnvalidator.o ../upcvalidator.o $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) - -latin1test_SOURCES = latin1test.cpp -latin1test_LDADD = $(LIB_TQT) $(LIB_TDECORE) - -entitytest_SOURCES = entitytest.cpp -entitytest_LDADD = ../tellico_utils.o $(LIB_TQT) $(LIB_TDECORE) - -#formattest_SOURCES = formattest.cpp -#formattest_LDADD = ../core/tellico_config.o ../core/tellico_config_addons.o ../field.o ../tellico_utils.o $(LIB_TQT) $(LIB_TDECORE) -- cgit v1.2.1