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:
Vadim Zeitlin 2022-10-11 00:46:24 +02:00
parent 86348a9d28
commit 7ae3cf206c
9 changed files with 0 additions and 400 deletions

View file

@ -112,7 +112,6 @@ TEST_OBJECTS = \
$(OBJS)\test_ftp.o \
$(OBJS)\test_uris.o \
$(OBJS)\test_url.o \
$(OBJS)\test_vectors.o \
$(OBJS)\test_evtconnection.o \
$(OBJS)\test_weakref.o \
$(OBJS)\test_xlocale.o \
@ -818,9 +817,6 @@ $(OBJS)\test_uris.o: ./uris/uris.cpp
$(OBJS)\test_url.o: ./uris/url.cpp
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
$(OBJS)\test_vectors.o: ./vectors/vectors.cpp
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<
$(OBJS)\test_evtconnection.o: ./weakref/evtconnection.cpp
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<