Add tests for wxBackingFile.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42306 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -56,6 +56,7 @@ TEST_OBJECTS = \
|
||||
$(OBJS)\test_bstream.o \
|
||||
$(OBJS)\test_datastreamtest.o \
|
||||
$(OBJS)\test_ffilestream.o \
|
||||
$(OBJS)\test_fileback.o \
|
||||
$(OBJS)\test_filestream.o \
|
||||
$(OBJS)\test_largefile.o \
|
||||
$(OBJS)\test_memstream.o \
|
||||
@@ -387,6 +388,9 @@ $(OBJS)\test_datastreamtest.o: ./streams/datastreamtest.cpp
|
||||
$(OBJS)\test_ffilestream.o: ./streams/ffilestream.cpp
|
||||
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
|
||||
|
||||
$(OBJS)\test_fileback.o: ./streams/fileback.cpp
|
||||
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
|
||||
|
||||
$(OBJS)\test_filestream.o: ./streams/filestream.cpp
|
||||
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
|
||||
|
||||
|
Reference in New Issue
Block a user