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:
@@ -51,6 +51,7 @@ TEST_OBJECTS = \
|
||||
$(OBJS)\test_regextest.o \
|
||||
$(OBJS)\test_wxregextest.o \
|
||||
$(OBJS)\test_scopeguardtest.o \
|
||||
$(OBJS)\test_iostream.o \
|
||||
$(OBJS)\test_strings.o \
|
||||
$(OBJS)\test_stdstrings.o \
|
||||
$(OBJS)\test_tokenizer.o \
|
||||
@@ -384,6 +385,9 @@ $(OBJS)\test_wxregextest.o: ./regex/wxregextest.cpp
|
||||
$(OBJS)\test_scopeguardtest.o: ./scopeguard/scopeguardtest.cpp
|
||||
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
|
||||
|
||||
$(OBJS)\test_iostream.o: ./strings/iostream.cpp
|
||||
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
|
||||
|
||||
$(OBJS)\test_strings.o: ./strings/strings.cpp
|
||||
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
|
||||
|
||||
|
Reference in New Issue
Block a user