diff options
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 | ||