summaryrefslogtreecommitdiffstats
path: root/libtdepim/komposer/core/tests/Makefile.am
blob: 829fb3097fe0e93af73d198f048d12cfe42630f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
INCLUDES = -I$(top_builddir)/libtdepim/komposer/core $(all_includes)

check_PROGRAMS = testfactory testmanager testkomposer

METASOURCES = AUTO

testfactory_SOURCES = main.cpp managertest.cpp
testfactory_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
testfactory_LDADD = ../libkomposer.la

testmanager_SOURCES = testmanager.cpp
testmanager_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
testmanager_LDADD = ../libkomposer.la

testkomposer_SOURCES = testkomposer.cpp
testkomposer_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
testkomposer_LDADD = ../libkomposer.la

check: testfactory
	@./testfactory 2>&1 | grep "tests:"