]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/Makefile.in
fix g++ warnings for float->int conversions
[wxWidgets.git] / tests / Makefile.in
index ec21de96389869d5436537533d385236d092008f..3ac2885e143b1dfd83ef0269c1411b40538db326 100644 (file)
@@ -64,6 +64,7 @@ TEST_OBJECTS =  \
        test_datetimetest.o \
        test_evthandler.o \
        test_timertest.o \
+       test_exec.o \
        test_filekind.o \
        test_filenametest.o \
        test_filesystest.o \
@@ -132,6 +133,7 @@ TEST_GUI_OBJECTS =  \
        test_gui_textctrltest.o \
        test_gui_textentrytest.o \
        test_gui_treectrltest.o \
+       test_gui_clone.o \
        test_gui_propagation.o \
        test_gui_fonttest.o \
        test_gui_rawbmp.o \
@@ -139,6 +141,7 @@ TEST_GUI_OBJECTS =  \
        test_gui_guifuncs.o \
        test_gui_selstoretest.o \
        test_gui_garbage.o \
+       test_gui_settings.o \
        test_gui_socket.o \
        test_gui_clientsize.o \
        test_gui_setsize.o
@@ -390,6 +393,9 @@ test_evthandler.o: $(srcdir)/events/evthandler.cpp $(TEST_ODEP)
 test_timertest.o: $(srcdir)/events/timertest.cpp $(TEST_ODEP)
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/events/timertest.cpp
 
+test_exec.o: $(srcdir)/exec/exec.cpp $(TEST_ODEP)
+       $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/exec/exec.cpp
+
 test_filekind.o: $(srcdir)/filekind/filekind.cpp $(TEST_ODEP)
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/filekind/filekind.cpp
 
@@ -573,6 +579,9 @@ test_gui_textentrytest.o: $(srcdir)/controls/textentrytest.cpp $(TEST_GUI_ODEP)
 test_gui_treectrltest.o: $(srcdir)/controls/treectrltest.cpp $(TEST_GUI_ODEP)
        $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/treectrltest.cpp
 
+test_gui_clone.o: $(srcdir)/events/clone.cpp $(TEST_GUI_ODEP)
+       $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/events/clone.cpp
+
 test_gui_propagation.o: $(srcdir)/events/propagation.cpp $(TEST_GUI_ODEP)
        $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/events/propagation.cpp
 
@@ -594,6 +603,9 @@ test_gui_selstoretest.o: $(srcdir)/misc/selstoretest.cpp $(TEST_GUI_ODEP)
 test_gui_garbage.o: $(srcdir)/misc/garbage.cpp $(TEST_GUI_ODEP)
        $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/misc/garbage.cpp
 
+test_gui_settings.o: $(srcdir)/misc/settings.cpp $(TEST_GUI_ODEP)
+       $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/misc/settings.cpp
+
 test_gui_socket.o: $(srcdir)/net/socket.cpp $(TEST_GUI_ODEP)
        $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/net/socket.cpp