blob: c7b4bfc5417deb6b7d4ee1af7d1fe78d9256fb0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
diff -Naur tellico-1.2.14.orig/src/tests/Makefile.am tellico-1.2.14/src/tests/Makefile.am
--- tellico-1.2.14.orig/src/tests/Makefile.am 2007-09-23 01:01:18.000000000 +0200
+++ tellico-1.2.14/src/tests/Makefile.am 2007-09-24 22:33:38.000000000 +0200
@@ -4,13 +4,12 @@
AM_LDFLAGS = $(QT_LDFLAGS) $(KDE_LDFLAGS) $(X_LDFLAGS)
-check_PROGRAMS = isbntest latin1test entitytest formattest
+check_PROGRAMS = isbntest latin1test entitytest
-check: isbntest latin1test entitytest formattest
+check: isbntest latin1test entitytest
./isbntest
./latin1test
./entitytest
- ./formattest
METASOURCES = AUTO
@@ -25,5 +24,3 @@
entitytest_SOURCES = entitytest.cpp
entitytest_LDADD = ../tellico_utils.o $(LIB_QT) $(LIB_KDECORE)
-formattest_SOURCES = formattest.cpp
-formattest_LDADD = ../core/tellico_config.o ../core/tellico_config_addons.o ../field.o ../tellico_utils.o $(LIB_QT) $(LIB_KDECORE)
|