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 18:44:34 +0200
commit438ed1ab7a6b70d6878b6dd5019a17d7903cf360 (patch)
tree6e0ee074a7ece0494375a95049ae1de114b9e45c /src/tests
parentb6479767772bee82cd6e682bab243947a2f375ed (diff)
downloadtellico-438ed1ab.tar.gz
tellico-438ed1ab.zip
Drop automake build support.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 17002c193dcecec2cf95289e45ce29851c8ae804)
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 3dc9d98..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_QT) $(LIB_TDECORE) $(LIB_TDEUI)
-
-latin1test_SOURCES = latin1test.cpp
-latin1test_LDADD = $(LIB_QT) $(LIB_TDECORE)
-
-entitytest_SOURCES = entitytest.cpp
-entitytest_LDADD = ../tellico_utils.o $(LIB_QT) $(LIB_TDECORE)
-
-#formattest_SOURCES = formattest.cpp
-#formattest_LDADD = ../core/tellico_config.o ../core/tellico_config_addons.o ../field.o ../tellico_utils.o $(LIB_QT) $(LIB_TDECORE)