X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3e50a139b44f096883f0739af5f26761b99161d6..05e0b047d879cdbfade7f2ab346c0acdf3e29f96:/tests/makefile.vc diff --git a/tests/makefile.vc b/tests/makefile.vc index 67b4f4e8a7..280abafcf0 100644 --- a/tests/makefile.vc +++ b/tests/makefile.vc @@ -50,6 +50,8 @@ 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 \ $(OBJS)\test_scopeguardtest.obj \ @@ -67,8 +69,10 @@ TEST_OBJECTS = \ $(OBJS)\test_ffilestream.obj \ $(OBJS)\test_fileback.obj \ $(OBJS)\test_filestream.obj \ + $(OBJS)\test_iostreams.obj \ $(OBJS)\test_largefile.obj \ $(OBJS)\test_memstream.obj \ + $(OBJS)\test_socketstream.obj \ $(OBJS)\test_sstream.obj \ $(OBJS)\test_tempfile.obj \ $(OBJS)\test_textstreamtest.obj \ @@ -506,6 +510,12 @@ $(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 + $(OBJS)\test_regextest.obj: .\regex\regextest.cpp $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) .\regex\regextest.cpp @@ -557,12 +567,18 @@ $(OBJS)\test_fileback.obj: .\streams\fileback.cpp $(OBJS)\test_filestream.obj: .\streams\filestream.cpp $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) .\streams\filestream.cpp +$(OBJS)\test_iostreams.obj: .\streams\iostreams.cpp + $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) .\streams\iostreams.cpp + $(OBJS)\test_largefile.obj: .\streams\largefile.cpp $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) .\streams\largefile.cpp $(OBJS)\test_memstream.obj: .\streams\memstream.cpp $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) .\streams\memstream.cpp +$(OBJS)\test_socketstream.obj: .\streams\socketstream.cpp + $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) .\streams\socketstream.cpp + $(OBJS)\test_sstream.obj: .\streams\sstream.cpp $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) .\streams\sstream.cpp