Merge branch 'LUCY-285-core-tests-under-go' Run the core tests under the Go bindings, just as we do under other host bindings.
Skip Analysis tests when the test data can't be found. This closes #22. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/a347c817 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/a347c817 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/a347c817 Branch: refs/heads/master Commit: a347c8170ef6d5a2004745aec82eaac42ecf0652 Parents: 4f37426 9eebf50 Author: Marvin Humphrey <[email protected]> Authored: Mon Oct 5 16:17:11 2015 -0700 Committer: Marvin Humphrey <[email protected]> Committed: Mon Oct 5 16:17:11 2015 -0700 ---------------------------------------------------------------------- core/Lucy/Test/Analysis/TestNormalizer.c | 5 +++ core/Lucy/Test/Analysis/TestSnowballStemmer.c | 5 +++ core/Lucy/Test/Analysis/TestStandardTokenizer.c | 33 +++++++++++--------- core/Lucy/Test/TestUtils.c | 3 +- core/Lucy/Test/TestUtils.cfh | 4 ++- go/lucy/lucy.go | 2 ++ go/lucy/test.go | 30 ++++++++++++++++++ go/lucy/test_test.go | 30 ++++++++++++++++++ 8 files changed, 95 insertions(+), 17 deletions(-) ----------------------------------------------------------------------
