added test program for _NET_WM_STATE_DEMANDS_ATTENTION
This commit is contained in:
parent
d812faffb4
commit
36f5a46fd7
1 changed files with 5 additions and 0 deletions
|
@ -45,6 +45,9 @@ testScale: scaleTest.cc
|
||||||
testTexture: texturetest.cc
|
testTexture: texturetest.cc
|
||||||
${COMPILE} texturetest.cc ../FbTk/libFbTk.a -lXpm -o testTexture
|
${COMPILE} texturetest.cc ../FbTk/libFbTk.a -lXpm -o testTexture
|
||||||
|
|
||||||
|
testDemandAttention: testDemandAttention.cc
|
||||||
|
${COMPILE} testDemandAttention.cc ../FbTk/libFbTk.a -lXpm -o testDemandAttention
|
||||||
|
|
||||||
Parser.o: ../Parser.hh ../Parser.cc
|
Parser.o: ../Parser.hh ../Parser.cc
|
||||||
${COMPILE} ${CXXFLAGS} -c ../Parser.cc
|
${COMPILE} ${CXXFLAGS} -c ../Parser.cc
|
||||||
|
|
||||||
|
@ -56,6 +59,8 @@ parsertest: parsertest.cc ../Parser.hh FbMenuParser.o Parser.o
|
||||||
|
|
||||||
movetest: movetest.cc
|
movetest: movetest.cc
|
||||||
${COMPILE} movetest.cc ../FbTk/libFbTk.a -lXpm -o movetest
|
${COMPILE} movetest.cc ../FbTk/libFbTk.a -lXpm -o movetest
|
||||||
|
|
||||||
|
|
||||||
run: testLayers testResource testKeys testStringUtil testFont
|
run: testLayers testResource testKeys testStringUtil testFont
|
||||||
./testLayers
|
./testLayers
|
||||||
./testKeys
|
./testKeys
|
||||||
|
|
Loading…
Reference in a new issue