aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMathias Gumz <akira@fluxbox.org>2015-01-03 13:39:59 (GMT)
committerMathias Gumz <akira@fluxbox.org>2015-01-03 13:39:59 (GMT)
commita8dfb5673990904f19e06d48b86d6aa606c6fa88 (patch)
treedcdac6902e46b66f7305b96a4f8b9e5ed3f3e8f5 /src
parentf5934de61d7753440c35717fe9b3f3006abc1f80 (diff)
downloadfluxbox-a8dfb5673990904f19e06d48b86d6aa606c6fa88.zip
fluxbox-a8dfb5673990904f19e06d48b86d6aa606c6fa88.tar.bz2
Remove reference to src/tests/testSignal
Diffstat (limited to 'src')
-rw-r--r--src/tests/Makemodule.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/tests/Makemodule.am b/src/tests/Makemodule.am
index 4ef9a16..7607721 100644
--- a/src/tests/Makemodule.am
+++ b/src/tests/Makemodule.am
@@ -4,7 +4,6 @@ check_PROGRAMS= \
4 testFullscreen \ 4 testFullscreen \
5 testKeys \ 5 testKeys \
6 testRectangleUtil \ 6 testRectangleUtil \
7 testSignals \
8 testStringUtil \ 7 testStringUtil \
9 testTexture 8 testTexture
10 9
@@ -68,18 +67,6 @@ testRectangleUtil_CPPFLAGS = \
68 $(AM_CPPFLAGS) \ 67 $(AM_CPPFLAGS) \
69 -I$(top_srcdir)/src 68 -I$(top_srcdir)/src
70 69
71testSignals_LDFLAGS = \
72 $(FRIBIDI_LIBS) \
73 $(X11_LIBS) \
74 $(XRENDER_LIBS) \
75 $(X_LIBS)
76
77testSignals_SOURCES = \
78 src/tests/testSignals.cc
79testSignals_CPPFLAGS = \
80 $(AM_CPPFLAGS) \
81 -I$(fbtk_incdir)
82
83testStringUtil_SOURCES = \ 70testStringUtil_SOURCES = \
84 src/tests/StringUtiltest.cc 71 src/tests/StringUtiltest.cc
85testStringUtil_CPPFLAGS = \ 72testStringUtil_CPPFLAGS = \