commit | fb49d3c55f4aabc3d18e88fb930b42c13d12f2da | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@swtch.com> | Fri Jul 16 11:17:55 2010 -0700 |
committer | Russ Cox <rsc@swtch.com> | Fri Jul 16 11:17:55 2010 -0700 |
tree | 52059e068f0a600bd105d61f7ff8f3eb8d079ebe | |
parent | aaffaa7a83bdd263e567af174b3042691fb02774 [diff] |
re2 build tuning Shorten dfa_test, possible_match_test. Split reasonably sized tests from huge tests and run only the former by default. Shared library hell. GNU make variables. Fixes issue 20. Fixes issue 22. Fixes issue 25. R=r CC=re2-dev http://codereview.appspot.com/1853042