X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5b06a80f9f806906c39e46e902f8c45b35d67d56..7ff1542d271b60fec2aa9bf5b01913bac08dd288:/tests/Makefile.in diff --git a/tests/Makefile.in b/tests/Makefile.in index ec21de9638..3ac2885e14 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -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