all repos — fluxbox @ a8dfb5673990904f19e06d48b86d6aa606c6fa88

custom fork of the fluxbox windowmanager

Remove reference to src/tests/testSignal
Mathias Gumz akira@fluxbox.org
commit

a8dfb5673990904f19e06d48b86d6aa606c6fa88

parent

f5934de61d7753440c35717fe9b3f3006abc1f80

1 files changed, 0 insertions(+), 13 deletions(-)

jump to
M src/tests/Makemodule.amsrc/tests/Makemodule.am

@@ -4,7 +4,6 @@ testFont \

testFullscreen \ testKeys \ testRectangleUtil \ - testSignals \ testStringUtil \ testTexture

@@ -67,18 +66,6 @@ src/tests/testRectangleUtil.cc

testRectangleUtil_CPPFLAGS = \ $(AM_CPPFLAGS) \ -I$(top_srcdir)/src - -testSignals_LDFLAGS = \ - $(FRIBIDI_LIBS) \ - $(X11_LIBS) \ - $(XRENDER_LIBS) \ - $(X_LIBS) - -testSignals_SOURCES = \ - src/tests/testSignals.cc -testSignals_CPPFLAGS = \ - $(AM_CPPFLAGS) \ - -I$(fbtk_incdir) testStringUtil_SOURCES = \ src/tests/StringUtiltest.cc