]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/Makefile.in
moved arrays tests to testsuite (patch 927475)
[wxWidgets.git] / tests / Makefile.in
index 314755b0ec642815d9b6f6631d23daa8113f2db2..452964321478555a84d42b935129acc4ca67fb02 100644 (file)
@@ -40,7 +40,8 @@ TEST_OBJECTS =  \
        test_main.o \
        test_formatconverter.o \
        test_regex.o \
        test_main.o \
        test_formatconverter.o \
        test_regex.o \
-       test_filesys.o
+       test_filesys.o \
+       test_arrays.o
 
 ### Conditionally set variables: ###
 
 
 ### Conditionally set variables: ###
 
@@ -118,6 +119,9 @@ test_regex.o: $(srcdir)/regex/regex.cpp
 test_filesys.o: $(srcdir)/filesys/filesys.cpp
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
 
 test_filesys.o: $(srcdir)/filesys/filesys.cpp
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
 
+test_arrays.o: $(srcdir)/arrays/arrays.cpp
+       $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
 
 # Include dependency info, if present:
 @IF_GNU_MAKE@-include .deps/*.d
 
 # Include dependency info, if present:
 @IF_GNU_MAKE@-include .deps/*.d