added a trivial test for wxString stream insertion operators
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -59,6 +59,7 @@ TEST_OBJECTS = \
|
||||
$(OBJS)\test_regextest.obj \
|
||||
$(OBJS)\test_wxregextest.obj \
|
||||
$(OBJS)\test_scopeguardtest.obj \
|
||||
$(OBJS)\test_iostream.obj \
|
||||
$(OBJS)\test_strings.obj \
|
||||
$(OBJS)\test_stdstrings.obj \
|
||||
$(OBJS)\test_tokenizer.obj \
|
||||
@@ -406,6 +407,9 @@ $(OBJS)\test_wxregextest.obj: .\regex\wxregextest.cpp
|
||||
$(OBJS)\test_scopeguardtest.obj: .\scopeguard\scopeguardtest.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
|
||||
|
||||
$(OBJS)\test_iostream.obj: .\strings\iostream.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
|
||||
|
||||
$(OBJS)\test_strings.obj: .\strings\strings.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
|
||||
|
||||
|
Reference in New Issue
Block a user