summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/smpppdcs/unittest/Makefile.am
blob: 7080412cde9dfb77fb14056d282fe4e9a1f31610 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
INCLUDES = -I$(top_srcdir)/src $(all_includes) -I../libsmpppdclient
METASOURCES = AUTO


check_PROGRAMS = smpppdcstests

smpppdcstests_SOURCES = main.cpp clienttest.cpp
smpppdcstests_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
smpppdcstests_LDADD = ../libsmpppdclient/libsmpppdclient.la -lkunittestgui

noinst_HEADERS = clienttest.h

check:
	kunittest ./smpppdcstests ClientTest