X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e7ce668e1db4471bf59049571be288233b1322f3..05e0b047d879cdbfade7f2ab346c0acdf3e29f96:/tests/makefile.vc?ds=sidebyside diff --git a/tests/makefile.vc b/tests/makefile.vc index 225bda8f92..280abafcf0 100644 --- a/tests/makefile.vc +++ b/tests/makefile.vc @@ -50,6 +50,7 @@ TEST_OBJECTS = \ $(OBJS)\test_longlongtest.obj \ $(OBJS)\test_convautotest.obj \ $(OBJS)\test_mbconvtest.obj \ + $(OBJS)\test_misctests.obj \ $(OBJS)\test_ipc.obj \ $(OBJS)\test_regextest.obj \ $(OBJS)\test_wxregextest.obj \ @@ -509,6 +510,9 @@ $(OBJS)\test_convautotest.obj: .\mbconv\convautotest.cpp $(OBJS)\test_mbconvtest.obj: .\mbconv\mbconvtest.cpp $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) .\mbconv\mbconvtest.cpp +$(OBJS)\test_misctests.obj: .\misc\misctests.cpp + $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) .\misc\misctests.cpp + $(OBJS)\test_ipc.obj: .\net\ipc.cpp $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) .\net\ipc.cpp