aboutsummaryrefslogtreecommitdiff
path: root/src/tests/Makemodule.am
blob: 78b695ec32a95ee1a434c47ee46088bd4cd46aec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
check_PROGRAMS= \
	testDemandAttention \
	testFont \
	testFullscreen \
	testKeys \
	testRectangleUtil \
	testStringUtil \
	testTexture

testDemandAttention_LDFLAGS = \
	$(FONTCONFIG_LIBS) \
	$(FRIBIDI_LIBS) \
	$(XFT_LIBS) \
	$(XRENDER_LIBS)
testDemandAttention_CPPFLAGS = \
	$(AM_CPPFLAGS) \
	-I$(src_incdir)
testDemandAttention_SOURCES = \
	src/tests/testDemandAttention.cc

testFont_LDFLAGS = \
	$(FONTCONFIG_LIBS) \
	$(FRIBIDI_LIBS) \
	$(XFT_LIBS) \
	$(XRENDER_LIBS)
testFont_CPPFLAGS = \
	$(AM_CPPFLAGS) \
	-I$(src_incdir)
testFont_SOURCES = \
	src/tests/testFont.cc

testFullscreen_LDFLAGS = \
	$(FONTCONFIG_LIBS) \
	$(FRIBIDI_LIBS) \
	$(XFT_LIBS) \
	$(XRENDER_LIBS)
testFullscreen_CPPFLAGS = \
	$(AM_CPPFLAGS) \
	-I$(src_incdir)
testFullscreen_SOURCES = \
	src/tests/fullscreentest.cc

testKeys_LDFLAGS = \
	$(FONTCONFIG_LIBS) \
	$(FRIBIDI_LIBS) \
	$(XFT_LIBS) \
	$(XRENDER_LIBS)
testKeys_CPPFLAGS = \
	$(AM_CPPFLAGS) \
	-I$(src_incdir)
testKeys_SOURCES = \
	src/tests/testKeys.cc

testRectangleUtil_SOURCES = \
	src/RectangleUtil.hh \
	src/tests/testRectangleUtil.cc
testRectangleUtil_CPPFLAGS = \
	$(AM_CPPFLAGS) \
	-I$(top_srcdir)/src

testStringUtil_SOURCES = \
	src/tests/StringUtiltest.cc
testStringUtil_CPPFLAGS = \
	$(AM_CPPFLAGS) \
	-I$(src_incdir)

testTexture_LDFLAGS = \
	$(FONTCONFIG_LIBS) \
	$(FRIBIDI_LIBS) \
	$(IMLIB2_LIBS) \
	$(XFT_LIBS) \
	$(XPM_LIBS) \
	$(XRENDER_LIBS)
testTexture_SOURCES = \
	src/tests/texturetest.cc
testTexture_CPPFLAGS = \
	$(AM_CPPFLAGS) \
	-I$(src_incdir)

#testResource_SOURCE = Resourcetest.cc