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 b785868..7bc161d 100644
--- a/lib/csharp/Makefile.am
+++ b/lib/csharp/Makefile.am
@@ -75,10 +75,16 @@
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