Updated Branches: refs/heads/master 7203424e9 -> 379c2776e
THRIFT-1961 C# tests should be in lib/csharp/test/... Patch: Jens Geyer Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/379c2776 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/379c2776 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/379c2776 Branch: refs/heads/master Commit: 379c2776e2d1a17dcebab149d49addccc416c7f1 Parents: 7203424 Author: Jens Geyer <[email protected]> Authored: Thu May 9 15:23:48 2013 +0200 Committer: Jens Geyer <[email protected]> Committed: Thu May 9 15:23:48 2013 +0200 ---------------------------------------------------------------------- lib/csharp/Makefile.am | 8 +++++++- test/Makefile.am | 1 - 2 files changed, 7 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/379c2776/lib/csharp/Makefile.am ---------------------------------------------------------------------- diff --git a/lib/csharp/Makefile.am b/lib/csharp/Makefile.am index b785868..7bc161d 100644 --- a/lib/csharp/Makefile.am +++ b/lib/csharp/Makefile.am @@ -75,10 +75,16 @@ Thrift.dll: $(THRIFTCODE) clean-local: $(RM) Thrift.dll +# run csharp tests? +# check: +# cd test/ThriftTest && ./maketest.sh +# cd test/Multiplex && ./maketest.sh + EXTRA_DIST = \ $(THRIFTCODE) \ ThriftMSBuildTask \ src/Thrift.csproj \ src/Thrift.sln \ src/Thrift.WP7.csproj \ - src/Properties/AssemblyInfo.WP7.cs + src/Properties/AssemblyInfo.WP7.cs \ + test http://git-wip-us.apache.org/repos/asf/thrift/blob/379c2776/test/Makefile.am ---------------------------------------------------------------------- diff --git a/test/Makefile.am b/test/Makefile.am index 7ebe51c..96a8a53 100755 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -54,7 +54,6 @@ check-local: EXTRA_DIST = \ test.sh \ cpp \ - csharp \ hs \ nodejs \ ocaml \
