summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorLauri Kasanen <cand@gmx.com>2014-09-05 12:45:49 +0000
committerLauri Kasanen <cand@gmx.com>2014-09-05 12:45:49 +0000
commit7ebbe0baf453ba66324c830bf7156d2ccaec2f02 (patch)
tree09480382ac4dd207f28254f0f9deb4c07bde0413 /test/Makefile
parent005bfa42940f69d4bad9d4fc22dc64a694869137 (diff)
Add a two-window focus test
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10277 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 4570df628..c972d7d18 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -91,6 +91,7 @@ CPPFILES =\
tile.cxx \
tiled_image.cxx \
tree.cxx \
+ twowin.cxx \
valuators.cxx \
utf8.cxx
@@ -159,6 +160,7 @@ ALL = \
tile$(EXEEXT) \
tiled_image$(EXEEXT) \
tree$(EXEEXT) \
+ twowin$(EXEEXT) \
valuators$(EXEEXT) \
cairotest$(EXEEXT) \
utf8$(EXEEXT)
@@ -470,6 +472,8 @@ tiled_image$(EXEEXT): tiled_image.o
tree$(EXEEXT): tree.o
tree.cxx: tree.fl ../fluid/fluid$(EXEEXT)
+twowin$(EXEEXT): twowin.o
+
valuators$(EXEEXT): valuators.o
valuators.cxx: valuators.fl ../fluid/fluid$(EXEEXT)