]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/makefile.bcc
moved the check for correct implementation of wxEvent::Clone() to a unit test from...
[wxWidgets.git] / tests / makefile.bcc
index 71404d9c60da875bd5a402a9ad01055bcc8d41a0..838c2bbd9b19322bdb4d0da3212f493857ce4dad 100644 (file)
@@ -117,6 +117,7 @@ TEST_GUI_OBJECTS =  \
        $(OBJS)\test_gui_textctrltest.obj \
        $(OBJS)\test_gui_textentrytest.obj \
        $(OBJS)\test_gui_treectrltest.obj \
+       $(OBJS)\test_gui_clone.obj \
        $(OBJS)\test_gui_propagation.obj \
        $(OBJS)\test_gui_fonttest.obj \
        $(OBJS)\test_gui_rawbmp.obj \
@@ -615,6 +616,9 @@ $(OBJS)\test_gui_textentrytest.obj: .\controls\textentrytest.cpp
 $(OBJS)\test_gui_treectrltest.obj: .\controls\treectrltest.cpp
        $(CXX) -q -c -P -o$@ $(TEST_GUI_CXXFLAGS) .\controls\treectrltest.cpp
 
+$(OBJS)\test_gui_clone.obj: .\events\clone.cpp
+       $(CXX) -q -c -P -o$@ $(TEST_GUI_CXXFLAGS) .\events\clone.cpp
+
 $(OBJS)\test_gui_propagation.obj: .\events\propagation.cpp
        $(CXX) -q -c -P -o$@ $(TEST_GUI_CXXFLAGS) .\events\propagation.cpp