mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 20:17:24 +02:00
merged changes in regex5 branch
[SVN r26692]
This commit is contained in:
11
test/profile/Makefile
Normal file
11
test/profile/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
|
||||
regress :
|
||||
g++ -fprofile-arcs -ftest-coverage -DBOOST_REGEX_RECURSIVE -DBOOST_REGEX_BLOCKSIZE=512 -DBOOST_REGEX_MAX_CACHE_BLOCKS=0 -DBOOST_REGEX_MATCH_EXTRA -g -I../../../../ -o regress ../regress/*.cpp ../../src/*.cpp ../../../test/src/ex*.cpp ../../../test/src/cpp_main.cpp
|
||||
./regress
|
||||
gcov basic_tests.cpp
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user