source:
downloads/boost_1_33_1/libs/regex/test/profile/Makefile
@
13
Last change on this file since 13 was 12, checked in by landauf, 17 years ago | |
---|---|
File size: 316 bytes |
Line | |
---|---|
1 | |
2 | |
3 | regress : |
4 | 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 |
5 | ./regress |
6 | gcov basic_tests.cpp |
7 | |
8 | |
9 | |
10 | |
11 |
Note: See TracBrowser
for help on using the repository browser.