aboutsummaryrefslogtreecommitdiff
path: root/src/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/Makefile')
-rw-r--r--src/tests/Makefile3
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
51testDemandAttention: testDemandAttention.cc 51testDemandAttention: testDemandAttention.cc
52 ${COMPILE} testDemandAttention.cc ../FbTk/libFbTk.a -lXpm -o testDemandAttention 52 ${COMPILE} testDemandAttention.cc ../FbTk/libFbTk.a -lXpm -o testDemandAttention
53 53
54testFullscreen: fullscreentest.cc
55 ${COMPILE} fullscreentest.cc ../FbTk/libFbTk.a -o testFullscreen
56
54Parser.o: ../Parser.hh ../Parser.cc 57Parser.o: ../Parser.hh ../Parser.cc
55 ${COMPILE} ${CXXFLAGS} -c ../Parser.cc 58 ${COMPILE} ${CXXFLAGS} -c ../Parser.cc
56 59