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.
42 lines
2.0 KiB
42 lines
2.0 KiB
SUBDIRS = mock .
|
|
AM_CPPFLAGS = -DKDE_NO_COMPAT -DTQT_NO_ASCII_CAST -DTQT_NO_COMPAT \
|
|
$(KOPETE_INCLUDES) -I$(top_srcdir)/kopete/libkopete/private -I$(top_srcdir)/kopete/libkopete/private -I$(top_srcdir)/kopete/libkopete/tests/mock $(all_includes) -DSRCDIR=\"$(top_srcdir)/kopete/libkopete/tests\"
|
|
METASOURCES = AUTO
|
|
|
|
check_LTLIBRARIES = tdeunittest_kopetemessage_test.la tdeunittest_kopetepropertiestest.la tdeunittest_kopetecontactlist_test.la
|
|
noinst_LTLIBRARIES = tdeunittest_kopeteemoticontest.la
|
|
|
|
check_PROGRAMS = kopetewallettest_program kopetepasswordtest_program
|
|
|
|
tdeunittest_kopetepropertiestest_la_SOURCES = kopetepropertiestest.cpp ../kopeteproperties.cpp
|
|
tdeunittest_kopetepropertiestest_la_LIBADD = -ltdeunittest ../libkopete.la
|
|
tdeunittest_kopetepropertiestest_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
|
|
|
|
tdeunittest_kopeteemoticontest_la_SOURCES = kopeteemoticontest.cpp
|
|
tdeunittest_kopeteemoticontest_la_LIBADD = -ltdeunittest ../libkopete.la
|
|
tdeunittest_kopeteemoticontest_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
|
|
|
|
tdeunittest_kopetemessage_test_la_SOURCES = kopetemessage_test.cpp
|
|
tdeunittest_kopetemessage_test_la_LIBADD = -ltdeunittest mock/libkopete_mock.la
|
|
tdeunittest_kopetemessage_test_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
|
|
|
|
kopetewallettest_program_SOURCES = kopetewallettest_program.cpp
|
|
kopetewallettest_program_LDFLAGS = -no-undefined $(all_libraries) $(KDE_RPATH)
|
|
kopetewallettest_program_LDADD = ../libkopete.la
|
|
|
|
kopetepasswordtest_program_SOURCES = kopetepasswordtest_program.cpp
|
|
kopetepasswordtest_program_LDFLAGS = -no-undefined $(all_libraries) $(KDE_RPATH)
|
|
kopetepasswordtest_program_LDADD = ../libkopete.la
|
|
|
|
tdeunittest_kopetecontactlist_test_la_SOURCES = kopetecontactlist_test.cpp
|
|
tdeunittest_kopetecontactlist_test_la_LIBADD = -ltdeunittest mock/libkopete_mock.la
|
|
tdeunittest_kopetecontactlist_test_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)
|
|
|
|
noinst_HEADERS = kopetepropertiestest.h kopeteemoticontest.h
|
|
|
|
check-local:
|
|
tdeunittestmodrunner
|
|
guicheck:
|
|
tdeunittestmod $(PWD)
|
|
|