Merge branch 'CLOWNFISH-61-core-tests-under-go' Run the core tests under the Go bindings.
Some kludges are necessary to suppress failures in Err, whose usage of thread-local storage is not compatible with Go's concurrency model. This closes #39. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/bc67c069 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/bc67c069 Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/bc67c069 Branch: refs/heads/master Commit: bc67c06957413cdb559cf59a5e95a1c015fbd2b8 Parents: cd536bb fe2d3b6 Author: Marvin Humphrey <[email protected]> Authored: Mon Oct 5 16:23:51 2015 -0700 Committer: Marvin Humphrey <[email protected]> Committed: Mon Oct 5 16:23:51 2015 -0700 ---------------------------------------------------------------------- runtime/go/build.go | 3 ++- runtime/go/clownfish/clownfish.go | 4 ++++ runtime/go/clownfish/test.go | 28 +++++++++++++++++++++++++++ runtime/go/clownfish/test_test.go | 28 +++++++++++++++++++++++++++ runtime/go/ext/testclownfish.c | 35 ++++++++++++++++++++++++++++++++++ 5 files changed, 97 insertions(+), 1 deletion(-) ----------------------------------------------------------------------
