]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/makefile.gcc
They seem to have been inversed, see #10970.
[wxWidgets.git] / tests / makefile.gcc
index fdeaf137e3b3cf50061738aecafbbb641b78f3da..0abb68726159759b4afcc5408feb3e68d510e54b 100644 (file)
@@ -49,6 +49,7 @@ TEST_OBJECTS =  \
        $(OBJS)\test_hashes.o \
        $(OBJS)\test_intltest.o \
        $(OBJS)\test_lists.o \
+       $(OBJS)\test_logtest.o \
        $(OBJS)\test_longlongtest.o \
        $(OBJS)\test_convautotest.o \
        $(OBJS)\test_mbconvtest.o \
@@ -86,6 +87,7 @@ TEST_OBJECTS =  \
        $(OBJS)\test_queue.o \
        $(OBJS)\test_tls.o \
        $(OBJS)\test_uris.o \
+       $(OBJS)\test_url.o \
        $(OBJS)\test_vectors.o \
        $(OBJS)\test_evtconnection.o \
        $(OBJS)\test_weakref.o \
@@ -116,6 +118,7 @@ TEST_GUI_OBJECTS =  \
        $(OBJS)\test_gui_clone.o \
        $(OBJS)\test_gui_propagation.o \
        $(OBJS)\test_gui_fonttest.o \
+       $(OBJS)\test_gui_image.o \
        $(OBJS)\test_gui_rawbmp.o \
        $(OBJS)\test_gui_htmlwindow.o \
        $(OBJS)\test_gui_guifuncs.o \
@@ -358,7 +361,7 @@ endif
 
 data: 
        if not exist $(OBJS) mkdir $(OBJS)
-       for %%f in (testdata.fc) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
+       for %%f in (horse.ani horse.bmp horse.cur horse.gif horse.ico horse.jpg horse.pcx horse.png horse.pnm horse.tga horse.tif horse.xpm) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
 
 fr: 
        if not exist $(OBJS)\intl\fr mkdir $(OBJS)\intl\fr
@@ -427,6 +430,9 @@ $(OBJS)\test_intltest.o: ./intl/intltest.cpp
 $(OBJS)\test_lists.o: ./lists/lists.cpp
        $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
 
+$(OBJS)\test_logtest.o: ./log/logtest.cpp
+       $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
+
 $(OBJS)\test_longlongtest.o: ./longlong/longlongtest.cpp
        $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
 
@@ -538,6 +544,9 @@ $(OBJS)\test_tls.o: ./thread/tls.cpp
 $(OBJS)\test_uris.o: ./uris/uris.cpp
        $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
 
+$(OBJS)\test_url.o: ./uris/url.cpp
+       $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
+
 $(OBJS)\test_vectors.o: ./vectors/vectors.cpp
        $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
 
@@ -604,6 +613,9 @@ $(OBJS)\test_gui_propagation.o: ./events/propagation.cpp
 $(OBJS)\test_gui_fonttest.o: ./font/fonttest.cpp
        $(CXX) -c -o $@ $(TEST_GUI_CXXFLAGS) $(CPPDEPS) $<
 
+$(OBJS)\test_gui_image.o: ./image/image.cpp
+       $(CXX) -c -o $@ $(TEST_GUI_CXXFLAGS) $(CPPDEPS) $<
+
 $(OBJS)\test_gui_rawbmp.o: ./image/rawbmp.cpp
        $(CXX) -c -o $@ $(TEST_GUI_CXXFLAGS) $(CPPDEPS) $<