moved arrays tests to testsuite (patch 927475)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-04-01 21:10:33 +00:00
parent 9439aa542f
commit cf1014a2e1
9 changed files with 412 additions and 279 deletions

View File

@@ -25,7 +25,8 @@ TEST_OBJECTS = \
$(OBJS)\test_main.o \
$(OBJS)\test_formatconverter.o \
$(OBJS)\test_regex.o \
$(OBJS)\test_filesys.o
$(OBJS)\test_filesys.o \
$(OBJS)\test_arrays.o
### Conditionally set variables: ###
@@ -163,4 +164,7 @@ $(OBJS)\test_regex.o: ./regex/regex.cpp
$(OBJS)\test_filesys.o: ./filesys/filesys.cpp
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
$(OBJS)\test_arrays.o: ./arrays/arrays.cpp
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
.PHONY: all clean