summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
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)