summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-07-04 02:09:29 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-07-04 17:40:44 +0200
commit17002c193dcecec2cf95289e45ce29851c8ae804 (patch)
tree5b4586b6f1f1b4a96333de81c5c297a605fd6863 /src/tests
parent92f5d345028b7abfe69e087495ebd933bb68b2c9 (diff)
downloadtellico-17002c193dcecec2cf95289e45ce29851c8ae804.tar.gz
tellico-17002c193dcecec2cf95289e45ce29851c8ae804.zip
Drop automake build support.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/Makefile.am28
1 files changed, 0 insertions, 28 deletions
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)