]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/makefile.gcc
fix parsing methods for non-ASCII strings (e.g. dates in non-"C" locales) (see #9560)
[wxWidgets.git] / tests / makefile.gcc
index ccf07daafbd67c1764ca9f0171c70b1e93be1bf3..5b72865aa95ac6cc635461438c3824b3042b1651 100644 (file)
@@ -40,6 +40,7 @@ TEST_OBJECTS =  \
        $(OBJS)\test_datetimetest.o \
        $(OBJS)\test_evthandler.o \
        $(OBJS)\test_timertest.o \
+       $(OBJS)\test_exec.o \
        $(OBJS)\test_filekind.o \
        $(OBJS)\test_filenametest.o \
        $(OBJS)\test_filesystest.o \
@@ -110,6 +111,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 \
@@ -409,6 +411,9 @@ $(OBJS)\test_evthandler.o: ./events/evthandler.cpp
 $(OBJS)\test_timertest.o: ./events/timertest.cpp
        $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
 
+$(OBJS)\test_exec.o: ./exec/exec.cpp
+       $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
+
 $(OBJS)\test_filekind.o: ./filekind/filekind.cpp
        $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
 
@@ -595,6 +600,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) $<