X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e7ce668e1db4471bf59049571be288233b1322f3..05e0b047d879cdbfade7f2ab346c0acdf3e29f96:/tests/makefile.gcc diff --git a/tests/makefile.gcc b/tests/makefile.gcc index e53f54bb2e..2d220fceff 100644 --- a/tests/makefile.gcc +++ b/tests/makefile.gcc @@ -49,6 +49,7 @@ TEST_OBJECTS = \ $(OBJS)\test_longlongtest.o \ $(OBJS)\test_convautotest.o \ $(OBJS)\test_mbconvtest.o \ + $(OBJS)\test_misctests.o \ $(OBJS)\test_ipc.o \ $(OBJS)\test_regextest.o \ $(OBJS)\test_wxregextest.o \ @@ -402,6 +403,9 @@ $(OBJS)\test_convautotest.o: ./mbconv/convautotest.cpp $(OBJS)\test_mbconvtest.o: ./mbconv/mbconvtest.cpp $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $< +$(OBJS)\test_misctests.o: ./misc/misctests.cpp + $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $< + $(OBJS)\test_ipc.o: ./net/ipc.cpp $(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<