diff options
author | fluxgen <fluxgen> | 2007-05-20 12:39:11 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2007-05-20 12:39:11 (GMT) |
commit | df022d0fae9b882e8421daa4123f42cb727bd800 (patch) | |
tree | 9b33e20e75d4b400c0ca746464aa742af3f3a0eb /src/tests/Makefile | |
parent | b4d15cf569ae2ab5cadcbfab7c919c40c756bb71 (diff) | |
download | fluxbox_pavel-df022d0fae9b882e8421daa4123f42cb727bd800.zip fluxbox_pavel-df022d0fae9b882e8421daa4123f42cb727bd800.tar.bz2 |
added fullscreen test
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 74fd97b..8d1c482 100644 --- a/src/tests/Makefile +++ b/src/tests/Makefile | |||
@@ -51,6 +51,9 @@ testTexture: texturetest.cc | |||
51 | testDemandAttention: testDemandAttention.cc | 51 | testDemandAttention: testDemandAttention.cc |
52 | ${COMPILE} testDemandAttention.cc ../FbTk/libFbTk.a -lXpm -o testDemandAttention | 52 | ${COMPILE} testDemandAttention.cc ../FbTk/libFbTk.a -lXpm -o testDemandAttention |
53 | 53 | ||
54 | testFullscreen: fullscreentest.cc | ||
55 | ${COMPILE} fullscreentest.cc ../FbTk/libFbTk.a -o testFullscreen | ||
56 | |||
54 | Parser.o: ../Parser.hh ../Parser.cc | 57 | Parser.o: ../Parser.hh ../Parser.cc |
55 | ${COMPILE} ${CXXFLAGS} -c ../Parser.cc | 58 | ${COMPILE} ${CXXFLAGS} -c ../Parser.cc |
56 | 59 | ||