commit | 7e10329f7982f2602d6dbdcb2b45e843b85170c4 | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | Sat Feb 22 18:13:03 2014 +0100 |
committer | Roger Meier <roger@apache.org> | Sat Feb 22 18:13:03 2014 +0100 |
tree | 2f3f613762df784cfec080c6d759b129aa757b8b | |
parent | 199833807f8dabd0d6d1707a594b7d6cac82641e [diff] [blame] |
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 903de75..ec0b319 100755 --- a/Makefile.am +++ b/Makefile.am
@@ -37,6 +37,10 @@ print-version: @echo $(VERSION) + +cross: check + sh test/test.sh + EXTRA_DIST = \ .travis.yml \ contrib \