Mercurial > hg > Applications > Grep
diff regexParser/Makefile @ 273:bc704a31e842
add test for Cerium
author | kono |
---|---|
date | Fri, 29 Jan 2016 20:41:34 +0900 |
parents | 5aa9d01926f1 |
children | 8879eb8c64a8 |
line wrap: on
line diff
--- a/regexParser/Makefile Fri Jan 29 20:38:18 2016 +0900 +++ b/regexParser/Makefile Fri Jan 29 20:41:34 2016 +0900 @@ -54,6 +54,9 @@ tSearch: regexParser ./regexParser -seq -subset -regex '[A-Z][A-Za-z0-9_]*' -file sequentialSearch.cc -ts +testParallel : parallelSearch + ./cerium/ceriumGrep -regex '[A-Z][a-z]*' -file subsetConstruction.cc + test1: regexParser ./regexParser -regex 'a' ./regexParser -regex 'ab'