commit | 88c5ee71db1cc25c37a1c66e5dde0d5ce6f55096 | [log] [tgz] |
---|---|---|
author | Nobuaki Sukegawa <nsuke@apache.org> | Sun Sep 04 18:49:18 2016 +0900 |
committer | Nobuaki Sukegawa <nsuke@apache.org> | Sun Sep 04 18:49:18 2016 +0900 |
tree | e7caf1e525d0257720b8594d8502bb0077a503b3 | |
parent | c2256fc751f61bb364e9e5f0fe3b5747adf4970c [diff] [blame] |
THRIFT-3906 Run C# tests with make check This closes #1069
diff --git a/test/Makefile.am b/test/Makefile.am index 1d52c59..fb39a12 100755 --- a/test/Makefile.am +++ b/test/Makefile.am
@@ -25,6 +25,11 @@ PRECROSS_TARGET += precross-c_glib endif +if WITH_MONO +SUBDIRS += csharp +PRECROSS_TARGET += precross-csharp +endif + if WITH_CPP SUBDIRS += cpp PRECROSS_TARGET += precross-cpp