summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/smpppdcs/unittest/Makefile.am
blob: 9694bff9a9d2870d835a4df4be690d7d176d7439 (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 = $(KDE_RPATH) $(all_libraries)
smpppdcstests_LDADD = ../libsmpppdclient/libsmpppdclient.la -lkunittestgui

noinst_HEADERS = clienttest.h

check:
	kunittest ./smpppdcstests ClientTest