diff options
author | fluxgen <fluxgen> | 2007-05-19 11:18:44 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2007-05-19 11:18:44 (GMT) |
commit | cf9c58bb0bbf80fb0f192e7c145ff851d4ca9050 (patch) | |
tree | e956c1c885f97ed5a9bbe3613811a84439bfe206 /src/tests/Makefile | |
parent | 0f23536effc48781644c2548d9bb4f14aa149ce6 (diff) | |
download | fluxbox_pavel-cf9c58bb0bbf80fb0f192e7c145ff851d4ca9050.zip fluxbox_pavel-cf9c58bb0bbf80fb0f192e7c145ff851d4ca9050.tar.bz2 |
added title test for _NET_WM_NAME and WM_NAME memory leaks
Diffstat (limited to 'src/tests/Makefile')
-rw-r--r-- | src/tests/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tests/Makefile b/src/tests/Makefile index e39ab0b..74fd97b 100644 --- a/src/tests/Makefile +++ b/src/tests/Makefile | |||
@@ -24,6 +24,9 @@ testKeys: testKeys.o | |||
24 | testResource: Resourcetest.o Resource.o | 24 | testResource: Resourcetest.o Resource.o |
25 | ${CXX} ${LIBS} ${XLIBS} Resourcetest.o Resource.o -o testResource | 25 | ${CXX} ${LIBS} ${XLIBS} Resourcetest.o Resource.o -o testResource |
26 | 26 | ||
27 | testTitle: titletest.cc | ||
28 | ${CXX} ${CXXFLAGS} ${LIBS} ${XLIBS} titletest.cc ../FbTk/libFbTk.a -o testTitle | ||
29 | |||
27 | signaltest: | 30 | signaltest: |
28 | ${COMPILE} ../FbTk/SignalHandler.o signaltest.cc -o signaltest | 31 | ${COMPILE} ../FbTk/SignalHandler.o signaltest.cc -o signaltest |
29 | 32 | ||