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:
@@ -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
|
||||
|
Reference in New Issue
Block a user