aboutsummaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2006-05-13 15:01:04 (GMT)
committerfluxgen <fluxgen>2006-05-13 15:01:04 (GMT)
commit36f5a46fd74c55d5926173c5a51ae9a565e32372 (patch)
tree1cb8c60ae49f299778275cceb4a35dbf54028ff8 /src/tests
parentd812faffb499286861b04c24c4cd98ad60fb33bd (diff)
downloadfluxbox-36f5a46fd74c55d5926173c5a51ae9a565e32372.zip
fluxbox-36f5a46fd74c55d5926173c5a51ae9a565e32372.tar.bz2
added test program for _NET_WM_STATE_DEMANDS_ATTENTION
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tests/Makefile b/src/tests/Makefile
index c982a7f..a522e43 100644
--- a/src/tests/Makefile
+++ b/src/tests/Makefile
@@ -45,6 +45,9 @@ testScale: scaleTest.cc
45testTexture: texturetest.cc 45testTexture: texturetest.cc
46 ${COMPILE} texturetest.cc ../FbTk/libFbTk.a -lXpm -o testTexture 46 ${COMPILE} texturetest.cc ../FbTk/libFbTk.a -lXpm -o testTexture
47 47
48testDemandAttention: testDemandAttention.cc
49 ${COMPILE} testDemandAttention.cc ../FbTk/libFbTk.a -lXpm -o testDemandAttention
50
48Parser.o: ../Parser.hh ../Parser.cc 51Parser.o: ../Parser.hh ../Parser.cc
49 ${COMPILE} ${CXXFLAGS} -c ../Parser.cc 52 ${COMPILE} ${CXXFLAGS} -c ../Parser.cc
50 53
@@ -56,6 +59,8 @@ parsertest: parsertest.cc ../Parser.hh FbMenuParser.o Parser.o
56 59
57movetest: movetest.cc 60movetest: movetest.cc
58 ${COMPILE} movetest.cc ../FbTk/libFbTk.a -lXpm -o movetest 61 ${COMPILE} movetest.cc ../FbTk/libFbTk.a -lXpm -o movetest
62
63
59run: testLayers testResource testKeys testStringUtil testFont 64run: testLayers testResource testKeys testStringUtil testFont
60 ./testLayers 65 ./testLayers
61 ./testKeys 66 ./testKeys