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
376 B
16 lines
376 B
15 years ago
|
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
|
||
|
|