]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/makefile.bcc
moved arrays tests to testsuite (patch 927475)
[wxWidgets.git] / tests / makefile.bcc
index 21ff5824cd466ddab1eabda05fca74943d7d246b..af3d8502574eb6b1acbc9f20c9880462c1c96688 100644 (file)
@@ -34,7 +34,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: ###
 
@@ -168,3 +169,6 @@ $(OBJS)\test_regex.obj: .\regex\regex.cpp
 
 $(OBJS)\test_filesys.obj: .\filesys\filesys.cpp
        $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
+
+$(OBJS)\test_arrays.obj: .\arrays\arrays.cpp
+       $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**