]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/makefile.gcc
moved the check for correct implementation of wxEvent::Clone() to a unit test from...
[wxWidgets.git] / tests / makefile.gcc
index ccf07daafbd67c1764ca9f0171c70b1e93be1bf3..82e1597bf38deefed95590af070bb741307d18d7 100644 (file)
@@ -110,6 +110,7 @@ TEST_GUI_OBJECTS =  \
        $(OBJS)\test_gui_textctrltest.o \
        $(OBJS)\test_gui_textentrytest.o \
        $(OBJS)\test_gui_treectrltest.o \
+       $(OBJS)\test_gui_clone.o \
        $(OBJS)\test_gui_propagation.o \
        $(OBJS)\test_gui_fonttest.o \
        $(OBJS)\test_gui_rawbmp.o \
@@ -595,6 +596,9 @@ $(OBJS)\test_gui_textentrytest.o: ./controls/textentrytest.cpp
 $(OBJS)\test_gui_treectrltest.o: ./controls/treectrltest.cpp
        $(CXX) -c -o $@ $(TEST_GUI_CXXFLAGS) $(CPPDEPS) $<
 
+$(OBJS)\test_gui_clone.o: ./events/clone.cpp
+       $(CXX) -c -o $@ $(TEST_GUI_CXXFLAGS) $(CPPDEPS) $<
+
 $(OBJS)\test_gui_propagation.o: ./events/propagation.cpp
        $(CXX) -c -o $@ $(TEST_GUI_CXXFLAGS) $(CPPDEPS) $<