From: Roger Meier Date: Sat, 22 Feb 2014 17:13:03 +0000 (+0100) Subject: THRIFT-847 Test Framework harmonization across all languages X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=7e10329f7982f2602d6dbdcb2b45e843b85170c4;p=common%2Fthrift.git THRIFT-847 Test Framework harmonization across all languages add a *make cross* build target Patch: Roger Meier --- diff --git a/Makefile.am b/Makefile.am index 903de75d..ec0b319e 100755 --- a/Makefile.am +++ b/Makefile.am @@ -37,6 +37,10 @@ dist-hook: print-version: @echo $(VERSION) + +cross: check + sh test/test.sh + EXTRA_DIST = \ .travis.yml \ contrib \