X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5b06a80f9f806906c39e46e902f8c45b35d67d56..66f22f4ae5bf7aac125780a5b18138e3afb54426:/tests/makefile.gcc diff --git a/tests/makefile.gcc b/tests/makefile.gcc index ccf07daafb..5b72865aa9 100644 --- a/tests/makefile.gcc +++ b/tests/makefile.gcc @@ -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) $<