summaryrefslogtreecommitdiff
path: root/lib/csharp
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2013-05-09 15:23:48 +0200
committerJens Geyer <jensg@apache.org>2013-05-09 15:23:48 +0200
commit379c2776e2d1a17dcebab149d49addccc416c7f1 (patch)
tree1b715a8c9ec862f18dcfea3a0883d6a489266c09 /lib/csharp
parent7203424e96146e03e770bae7809d9e03cbecdcfc (diff)
downloadthrift-379c2776e2d1a17dcebab149d49addccc416c7f1.tar.gz
THRIFT-1961 C# tests should be in lib/csharp/test/...
Patch: Jens Geyer
Diffstat (limited to 'lib/csharp')
-rw-r--r--lib/csharp/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/csharp/Makefile.am b/lib/csharp/Makefile.am
index b785868d0..7bc161d8d 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