summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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) \