From: Jens Geyer Date: Thu, 9 May 2013 13:23:48 +0000 (+0200) Subject: THRIFT-1961 C# tests should be in lib/csharp/test/... X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=379c2776e2d1a17dcebab149d49addccc416c7f1;p=common%2Fthrift.git THRIFT-1961 C# tests should be in lib/csharp/test/... Patch: Jens Geyer --- diff --git a/lib/csharp/Makefile.am b/lib/csharp/Makefile.am index b785868d..7bc161d8 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 diff --git a/test/Makefile.am b/test/Makefile.am index 7ebe51cb..96a8a531 100755 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -54,7 +54,6 @@ check-local: EXTRA_DIST = \ test.sh \ cpp \ - csharp \ hs \ nodejs \ ocaml \