You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
454 B
16 lines
454 B
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_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
|
|
smpppdcstests_LDADD = ../libsmpppdclient/libsmpppdclient.la -lkunittestgui
|
|
|
|
noinst_HEADERS = clienttest.h
|
|
|
|
check:
|
|
kunittest ./smpppdcstests ClientTest
|
|
|