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:
@@ -35,6 +35,7 @@ TEST_OBJECTS = \
|
||||
$(OBJS)\test_dummy.obj \
|
||||
$(OBJS)\test_test.obj \
|
||||
$(OBJS)\test_archivetest.obj \
|
||||
$(OBJS)\test_ziptest.obj \
|
||||
$(OBJS)\test_arrays.obj \
|
||||
$(OBJS)\test_datetimetest.obj \
|
||||
$(OBJS)\test_fileconftest.obj \
|
||||
@@ -252,6 +253,9 @@ $(OBJS)\test_test.obj: .\test.cpp
|
||||
$(OBJS)\test_archivetest.obj: .\archive\archivetest.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
|
||||
|
||||
$(OBJS)\test_ziptest.obj: .\archive\ziptest.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
|
||||
|
||||
$(OBJS)\test_arrays.obj: .\arrays\arrays.cpp
|
||||
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
|
||||
|
||||
|
Reference in New Issue
Block a user