From 7288689d8c1f32d1c0f14d33a98d41ebbe269c1e Mon Sep 17 00:00:00 2001 From: Jie Luo Date: Thu, 9 Feb 2017 16:49:52 -0800 Subject: Add csharp compatibility tests against v3.0.0 and run on Travis. --- tests.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests.sh') diff --git a/tests.sh b/tests.sh index 9e04bd66..28c4cb94 100755 --- a/tests.sh +++ b/tests.sh @@ -63,7 +63,7 @@ build_cpp_distcheck() { # List all files that should be included in the distribution package. git ls-files | grep "^\(java\|python\|objectivec\|csharp\|js\|ruby\|php\|cmake\|examples\)" |\ grep -v ".gitignore" | grep -v "java/compatibility_tests" |\ - grep -v "python/compatibility_tests" > dist.lst + grep -v "python/compatibility_tests" | grep -v "csharp/compatibility_tests" > dist.lst # Unzip the dist tar file. DIST=`ls *.tar.gz` tar -xf $DIST @@ -119,6 +119,9 @@ build_csharp() { (cd csharp/src; dotnet restore) csharp/buildall.sh cd conformance && make test_csharp && cd .. + + # Run csharp compatibility test between 3.0.0 and the current version. + csharp/compatibility_tests/v3.0.0/test.sh 3.0.0 } build_golang() { -- cgit v1.2.3