]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/makefile.vc
removed HasMultipleSelection() because base class implements it now
[wxWidgets.git] / tests / makefile.vc
index 7da294623b2bf6a6a6d7232eafc260eae78c4b8f..e3a9cad7e8101358613a517cc4d29f6c906609c8 100644 (file)
@@ -27,7 +27,8 @@ TEST_OBJECTS =  \
        $(OBJS)\test_main.obj \
        $(OBJS)\test_formatconverter.obj \
        $(OBJS)\test_regex.obj \
-       $(OBJS)\test_filesys.obj
+       $(OBJS)\test_filesys.obj \
+       $(OBJS)\test_arrays.obj
 
 ### Conditionally set variables: ###
 
@@ -224,3 +225,6 @@ $(OBJS)\test_regex.obj: .\regex\regex.cpp
 
 $(OBJS)\test_filesys.obj: .\filesys\filesys.cpp
        $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
+
+$(OBJS)\test_arrays.obj: .\arrays\arrays.cpp
+       $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**