]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/makefile.bcc
moved wxRegEx test from console to testsuite (patch 938995)
[wxWidgets.git] / tests / makefile.bcc
index 0ed5ea706a186d72c1f6eacada0479494bfc75a1..1aaea9790f68b989c0faccddeea64542c6162bb5 100644 (file)
@@ -34,6 +34,7 @@ TEST_OBJECTS =  \
        $(OBJS)\test_main.obj \
        $(OBJS)\test_formatconverter.obj \
        $(OBJS)\test_regex.obj \
+       $(OBJS)\test_wxregex.obj \
        $(OBJS)\test_filesys.obj \
        $(OBJS)\test_arrays.obj \
        $(OBJS)\test_longlong.obj \
@@ -174,6 +175,9 @@ $(OBJS)\test_formatconverter.obj: .\formatconverter\formatconverter.cpp
 $(OBJS)\test_regex.obj: .\regex\regex.cpp
        $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
 
+$(OBJS)\test_wxregex.obj: .\regex\wxregex.cpp
+       $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
+
 $(OBJS)\test_filesys.obj: .\filesys\filesys.cpp
        $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**