summaryrefslogtreecommitdiffstats
path: root/chalk/colorspaces/gray_u8/tests/Makefile.am
blob: c9c658d7d59d57be6f11109b99656bcdb63123cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
AM_CPPFLAGS = -I$(srcdir)/.. \
	 -I$(srcdir)/../../../sdk \
	-I$(srcdir)/../../../chalkcolor/color_strategy/ \
	-I$(srcdir)/../../../color_strategy/ \
	$(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_strategy_colorspace_grayscale_tester.la

tdeunittest_kis_strategy_colorspace_grayscale_tester_la_SOURCES = kis_strategy_colorspace_grayscale_tester.cpp
tdeunittest_kis_strategy_colorspace_grayscale_tester_la_LIBADD = -ltdeunittest ../libchalkgrayscale.la
tdeunittest_kis_strategy_colorspace_grayscale_tester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)

check-local: tdeunittest_kis_strategy_colorspace_grayscale_tester.la
	tdeunittestmodrunner