Separate out zip specific parts of the archive test suite
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31892 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -27,6 +27,7 @@ TEST_OBJECTS = \
|
||||
$(OBJS)\test_dummy.o \
|
||||
$(OBJS)\test_test.o \
|
||||
$(OBJS)\test_archivetest.o \
|
||||
$(OBJS)\test_ziptest.o \
|
||||
$(OBJS)\test_arrays.o \
|
||||
$(OBJS)\test_datetimetest.o \
|
||||
$(OBJS)\test_fileconftest.o \
|
||||
@@ -242,6 +243,9 @@ $(OBJS)\test_test.o: ./test.cpp
|
||||
$(OBJS)\test_archivetest.o: ./archive/archivetest.cpp
|
||||
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
|
||||
|
||||
$(OBJS)\test_ziptest.o: ./archive/ziptest.cpp
|
||||
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
|
||||
|
||||
$(OBJS)\test_arrays.o: ./arrays/arrays.cpp
|
||||
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
|
||||
|
||||
|
Reference in New Issue
Block a user