Navigation Menu

Skip to content

Commit

Permalink
test: group update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 22, 2015
1 parent 81c1168 commit 967f61c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -30,6 +30,7 @@ installcheck: results/full-text-search/text/single/match
installcheck: results/full-text-search/text/single/and
installcheck: results/full-text-search/text/single/like
installcheck: results/full-text-search/text/single/score
installcheck: results/full-text-search/text/single/update
installcheck: results/full-text-search/text/multiple/contain
installcheck: results/full-text-search/text/options/tokenizer
installcheck: results/full-text-search/text/options/normalizer
Expand All @@ -55,6 +56,8 @@ results/full-text-search/text/single/like:
@mkdir -p $@
results/full-text-search/text/single/score:
@mkdir -p $@
results/full-text-search/text/single/update:
@mkdir -p $@
results/full-text-search/text/multiple/contain:
@mkdir -p $@
results/full-text-search/text/options/tokenizer:
Expand Down
File renamed without changes.

0 comments on commit 967f61c

Please sign in to comment.