applied rest of streams test suite patch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -36,7 +36,12 @@ TEST_OBJECTS = \
|
||||
$(OBJS)\test_regex.obj \
|
||||
$(OBJS)\test_filesys.obj \
|
||||
$(OBJS)\test_arrays.obj \
|
||||
$(OBJS)\test_longlong.obj
|
||||
$(OBJS)\test_longlong.obj \
|
||||
$(OBJS)\test_bstream.obj \
|
||||
$(OBJS)\test_ffilestream.obj \
|
||||
$(OBJS)\test_filestream.obj \
|
||||
$(OBJS)\test_memstream.obj \
|
||||
$(OBJS)\test_zlibstream.obj
|
||||
|
||||
### Conditionally set variables: ###
|
||||
|
||||
@@ -176,3 +181,18 @@ $(OBJS)\test_arrays.obj: .\arrays\arrays.cpp
|
||||
|
||||
$(OBJS)\test_longlong.obj: .\longlong\longlong.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
|
||||
|
||||
$(OBJS)\test_bstream.obj: .\streams\bstream.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
|
||||
|
||||
$(OBJS)\test_ffilestream.obj: .\streams\ffilestream.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
|
||||
|
||||
$(OBJS)\test_filestream.obj: .\streams\filestream.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
|
||||
|
||||
$(OBJS)\test_memstream.obj: .\streams\memstream.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
|
||||
|
||||
$(OBJS)\test_zlibstream.obj: .\streams\zlibstream.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
|
||||
|
Reference in New Issue
Block a user