aboutsummaryrefslogtreecommitdiff
path: root/src/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/Makefile.am')
-rw-r--r--src/tests/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am
index 6b3809d..b6678ce 100644
--- a/src/tests/Makefile.am
+++ b/src/tests/Makefile.am
@@ -3,7 +3,6 @@ AM_CPPFLAGS= -I$(top_srcdir)/src
3noinst_PROGRAMS= \ 3noinst_PROGRAMS= \
4 testTexture \ 4 testTexture \
5 testFont \ 5 testFont \
6 testSignals \
7 testKeys \ 6 testKeys \
8 testDemandAttention \ 7 testDemandAttention \
9 testFullscreen \ 8 testFullscreen \
@@ -12,7 +11,6 @@ noinst_PROGRAMS= \
12 11
13testTexture_SOURCES = texturetest.cc 12testTexture_SOURCES = texturetest.cc
14testFont_SOURCES = testFont.cc 13testFont_SOURCES = testFont.cc
15testSignals_SOURCES = testSignals.cc
16testKeys_SOURCES = testKeys.cc 14testKeys_SOURCES = testKeys.cc
17testDemandAttention_SOURCES = testDemandAttention.cc 15testDemandAttention_SOURCES = testDemandAttention.cc
18#testResource_SOURCES = Resourcetest.cc 16#testResource_SOURCES = Resourcetest.cc