]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/makefile.bcc
added regex test suite
[wxWidgets.git] / tests / makefile.bcc
index a968cacdf8bc13e3cc24e97918a79f0143c88eec..749a04131135e587653acade862641c29ac4748a 100644 (file)
@@ -31,7 +31,8 @@ TEST_CXXFLAGS = $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include $(__DEBUGINFO) \
        $(__DLLFLAG_p) $(CPPUNIT_CFLAGS) $(CPPFLAGS) $(CXXFLAGS)
 TEST_OBJECTS =  \
        $(OBJS)\test_test.obj \
-       $(OBJS)\test_main.obj
+       $(OBJS)\test_main.obj \
+       $(OBJS)\test_regex.obj
 
 ### Conditionally set variables: ###
 
@@ -156,3 +157,6 @@ $(OBJS)\test_test.obj: .\test.cpp
 
 $(OBJS)\test_main.obj: .\mbconv\main.cpp
        $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
+
+$(OBJS)\test_regex.obj: .\regex\regex.cpp
+       $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**