summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2023-11-17 19:27:00 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2023-11-17 19:27:00 +0100
commit367d302b5f120ff3497631a6fb1eaa6ea6f126b6 (patch)
treeede78fe8fbb83cb8af7e5655e06c637f4b5d761a /test
parent44bb080c0ff81b16d48dccd8d15809f058cc68ea (diff)
Apply two patches provided by user 'Andre' via mail
1. add missing FL_EXPORT to class Fl_Terminal 2. add missing test/wizard demo to test/Makefile
Diffstat (limited to 'test')
-rw-r--r--test/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index fd6fddf93..2646ab188 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -134,6 +134,7 @@ CPPFILES =\
utf8.cxx \
valuators.cxx \
windowfocus.cxx \
+ wizard.cxx \
$(CPPUNITTEST)
ALL = \
@@ -213,7 +214,8 @@ ALL = \
tiled_image$(EXEEXT) \
twowin$(EXEEXT) \
utf8$(EXEEXT) \
- windowfocus$(EXEEXT)
+ windowfocus$(EXEEXT) \
+ wizard$(EXEEXT)
ALLFLUID = \
checkers$(EXEEXT) \