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

tdeunittest_kis_rgb_f16half_colorspace_tester_la_SOURCES = kis_rgb_f16half_colorspace_tester.cpp
tdeunittest_kis_rgb_f16half_colorspace_tester_la_LIBADD = -ltdeunittest ../libchalk_rgb_f16half.la
tdeunittest_kis_rgb_f16half_colorspace_tester_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)

check-local: tdeunittest_kis_rgb_f16half_colorspace_tester.la
	tdeunittestmodrunner