github.com/balzaczyy/golucene@v0.0.0-20151210033525-d0be9ee89713/test.sh (about) 1 export tests_codec=Lucene410 2 3 go test github.com/balzaczyy/golucene/core/util 4 go test github.com/balzaczyy/golucene/core/util/automaton 5 go test github.com/balzaczyy/golucene/core/util/fst 6 go test github.com/balzaczyy/golucene/core/util/packed 7 go test github.com/balzaczyy/golucene/core/analysis/tokenattributes 8 go test github.com/balzaczyy/golucene/core/analysis 9 go test github.com/balzaczyy/golucene/core/document 10 go test github.com/balzaczyy/golucene/core/store 11 go test github.com/balzaczyy/golucene/core/index/model 12 go test github.com/balzaczyy/golucene/core/search/model 13 go test github.com/balzaczyy/golucene/core/codec 14 go test github.com/balzaczyy/golucene/core/codec/spi 15 go test github.com/balzaczyy/golucene/core/codec/lucene40 16 go test github.com/balzaczyy/golucene/core/codec/lucene41 17 go test github.com/balzaczyy/golucene/core/codec/lucene42 18 go test github.com/balzaczyy/golucene/core/codec/lucene45 19 go test github.com/balzaczyy/golucene/core/codec/lucene46 20 go test github.com/balzaczyy/golucene/core/codec/lucene49 21 go test github.com/balzaczyy/golucene/core/codec/lucene410 22 go test github.com/balzaczyy/golucene/core/codec/blocktree 23 go test github.com/balzaczyy/golucene/core/codec/compressing 24 go test github.com/balzaczyy/golucene/core/codec/perfield 25 go test github.com/balzaczyy/golucene/core/index 26 go test github.com/balzaczyy/golucene/core/search 27 go test github.com/balzaczyy/golucene/analysis/core 28 go test github.com/balzaczyy/golucene/analysis/standard 29 go test github.com/balzaczyy/golucene/analysis/util 30 go test github.com/balzaczyy/golucene/queryparser/classic 31 go test github.com/balzaczyy/golucene/core_test