aboutsummaryrefslogtreecommitdiff
path: root/src/tests/Makemodule.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/Makemodule.am')
-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 = \