forked from ironsweet/golucene
-
Notifications
You must be signed in to change notification settings - Fork 1
/
test.sh
executable file
·31 lines (30 loc) · 1.53 KB
/
test.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
export tests_codec=Lucene410
go test github.com/jtejido/golucene/core/util
go test github.com/jtejido/golucene/core/util/automaton
go test github.com/jtejido/golucene/core/util/fst
go test github.com/jtejido/golucene/core/util/packed
go test github.com/jtejido/golucene/core/analysis/tokenattributes
go test github.com/jtejido/golucene/core/analysis
go test github.com/jtejido/golucene/core/document
go test github.com/jtejido/golucene/core/store
go test github.com/jtejido/golucene/core/index/model
go test github.com/jtejido/golucene/core/search/model
go test github.com/jtejido/golucene/core/codec
go test github.com/jtejido/golucene/core/codec/spi
go test github.com/jtejido/golucene/core/codec/lucene40
go test github.com/jtejido/golucene/core/codec/lucene41
go test github.com/jtejido/golucene/core/codec/lucene42
go test github.com/jtejido/golucene/core/codec/lucene45
go test github.com/jtejido/golucene/core/codec/lucene46
go test github.com/jtejido/golucene/core/codec/lucene49
go test github.com/jtejido/golucene/core/codec/lucene410
go test github.com/jtejido/golucene/core/codec/blocktree
go test github.com/jtejido/golucene/core/codec/compressing
go test github.com/jtejido/golucene/core/codec/perfield
go test github.com/jtejido/golucene/core/index
go test github.com/jtejido/golucene/core/search
go test github.com/jtejido/golucene/analysis/core
go test github.com/jtejido/golucene/analysis/standard
go test github.com/jtejido/golucene/analysis/util
go test github.com/jtejido/golucene/queryparser/classic
go test github.com/jtejido/golucene/core_test