Add tar stream tests.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42512 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -31,6 +31,7 @@ TEST_OBJECTS = \
|
||||
$(OBJS)\test_test.o \
|
||||
$(OBJS)\test_archivetest.o \
|
||||
$(OBJS)\test_ziptest.o \
|
||||
$(OBJS)\test_tartest.o \
|
||||
$(OBJS)\test_arrays.o \
|
||||
$(OBJS)\test_datetimetest.o \
|
||||
$(OBJS)\test_fileconftest.o \
|
||||
@@ -313,6 +314,9 @@ $(OBJS)\test_archivetest.o: ./archive/archivetest.cpp
|
||||
$(OBJS)\test_ziptest.o: ./archive/ziptest.cpp
|
||||
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
|
||||
|
||||
$(OBJS)\test_tartest.o: ./archive/tartest.cpp
|
||||
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
|
||||
|
||||
$(OBJS)\test_arrays.o: ./arrays/arrays.cpp
|
||||
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
|
||||
|
||||
|
Reference in New Issue
Block a user