]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/makefile.gcc
moved arrays tests to testsuite (patch 927475)
[wxWidgets.git] / tests / makefile.gcc
index 15d4f09c9278e74455e4d96ab076f42bca426cda..042414e2bd6dfccfacf3bcaccfeff8b0dd9184a1 100644 (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