summaryrefslogtreecommitdiffstats
path: root/chalk/chalkcolor/tests/Makefile.am
blob: d96949feceda8a1ee5fac9fe61bd8142c2863690 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
AM_CPPFLAGS = \
	-I$(srcdir)/../../sdk \
	-I$(srcdir)/../ \
	$(all_includes)

# The check_ target makes sure we don't install the modules,
# $(KDE_CHECK_PLUGIN) assures a shared library is created.
check_LTLIBRARIES = tdeunittest_kis_color_conversions_tester.la

tdeunittest_kis_color_conversions_tester_la_SOURCES = kis_color_conversions_tester.cpp
tdeunittest_kis_color_conversions_tester_la_LIBADD = -ltdeunittest ../libchalkcolor.la ../../libchalkcommon.la
tdeunittest_kis_color_conversions_tester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)

check-local: tdeunittest_kis_color_conversions_tester.la
	tdeunittestmodrunner