summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNobuaki Sukegawa <nsuke@apache.org>2016-09-04 18:49:18 +0900
committerNobuaki Sukegawa <nsuke@apache.org>2016-09-04 18:49:18 +0900
commit88c5ee71db1cc25c37a1c66e5dde0d5ce6f55096 (patch)
treee7caf1e525d0257720b8594d8502bb0077a503b3 /configure.ac
parentc2256fc751f61bb364e9e5f0fe3b5747adf4970c (diff)
downloadthrift-88c5ee71db1cc25c37a1c66e5dde0d5ce6f55096.tar.gz
THRIFT-3906 Run C# tests with make check
This closes #1069
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c72dd4351..fb22699f0 100755
--- a/configure.ac
+++ b/configure.ac
@@ -721,7 +721,7 @@ AC_CONFIG_FILES([
lib/c_glib/thrift_c_glib.pc
lib/c_glib/test/Makefile
lib/csharp/Makefile
- lib/csharp/test/ThriftTest/Makefile
+ lib/csharp/test/Multiplex/Makefile
lib/d/Makefile
lib/d/test/Makefile
lib/erl/Makefile
@@ -749,6 +749,7 @@ AC_CONFIG_FILES([
test/features/Makefile
test/c_glib/Makefile
test/cpp/Makefile
+ test/csharp/Makefile
test/erl/Makefile
test/go/Makefile
test/haxe/Makefile