Remove wxVector unit test
Testing this class doesn't make much sense any more as it's just a typedef for std::vector and we can presumably rely on the standard class working as expected.
This commit is contained in:
parent
86348a9d28
commit
7ae3cf206c
9 changed files with 0 additions and 400 deletions
|
|
@ -130,7 +130,6 @@ TEST_OBJECTS1=test_ipc.obj,\
|
|||
test_ftp.obj,\
|
||||
test_uris.obj,\
|
||||
test_url.obj,\
|
||||
test_vectors.obj,\
|
||||
test_evtconnection.obj,\
|
||||
test_weakref.obj,\
|
||||
test_xlocale.obj,\
|
||||
|
|
@ -480,9 +479,6 @@ test_uris.obj : [.uris]uris.cpp
|
|||
test_url.obj : [.uris]url.cpp
|
||||
$(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.uris]url.cpp
|
||||
|
||||
test_vectors.obj : [.vectors]vectors.cpp
|
||||
$(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.vectors]vectors.cpp
|
||||
|
||||
test_evtconnection.obj : [.weakref]evtconnection.cpp
|
||||
$(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.weakref]evtconnection.cpp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue