aboutsummaryrefslogtreecommitdiff
path: root/src/tests/Makefile.am
blob: b6678ce8cffb2a1236a569f8b66435769d705f45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
AM_CPPFLAGS= -I$(top_srcdir)/src

noinst_PROGRAMS= \
	 testTexture \
	 testFont \
	 testKeys \
	 testDemandAttention \
	 testFullscreen \
	 testStringUtil \
	 testRectangleUtil

testTexture_SOURCES         = texturetest.cc
testFont_SOURCES            = testFont.cc
testKeys_SOURCES            = testKeys.cc
testDemandAttention_SOURCES = testDemandAttention.cc
#testResource_SOURCES        = Resourcetest.cc
testFullscreen_SOURCES      = fullscreentest.cc
testStringUtil_SOURCES      = StringUtiltest.cc
testRectangleUtil_SOURCES   = testRectangleUtil.cc

LDADD=../FbTk/libFbTk.a