added regex test suite
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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) $**
|
||||
|
Reference in New Issue
Block a user