diff options
Diffstat (limited to 'src/tests/Makefile.am')
-rw-r--r-- | src/tests/Makefile.am | 2 |
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 | |||
3 | noinst_PROGRAMS= \ | 3 | noinst_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 | ||
13 | testTexture_SOURCES = texturetest.cc | 12 | testTexture_SOURCES = texturetest.cc |
14 | testFont_SOURCES = testFont.cc | 13 | testFont_SOURCES = testFont.cc |
15 | testSignals_SOURCES = testSignals.cc | ||
16 | testKeys_SOURCES = testKeys.cc | 14 | testKeys_SOURCES = testKeys.cc |
17 | testDemandAttention_SOURCES = testDemandAttention.cc | 15 | testDemandAttention_SOURCES = testDemandAttention.cc |
18 | #testResource_SOURCES = Resourcetest.cc | 16 | #testResource_SOURCES = Resourcetest.cc |