added wxString tests (patch 938082)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26883 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-04-20 18:55:09 +00:00
parent 4056c8fe0c
commit 1cd53e884b
9 changed files with 555 additions and 729 deletions

View File

@@ -28,6 +28,7 @@ TEST_OBJECTS = \
$(OBJS)\test_filesys.o \
$(OBJS)\test_arrays.o \
$(OBJS)\test_longlong.o \
$(OBJS)\test_strings.o \
$(OBJS)\test_bstream.o \
$(OBJS)\test_ffilestream.o \
$(OBJS)\test_filestream.o \
@@ -176,6 +177,9 @@ $(OBJS)\test_arrays.o: ./arrays/arrays.cpp
$(OBJS)\test_longlong.o: ./longlong/longlong.cpp
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
$(OBJS)\test_strings.o: ./strings/strings.cpp
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
$(OBJS)\test_bstream.o: ./streams/bstream.cpp
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $<