You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2014/02/22 18:17:54 UTC

git commit: THRIFT-847 Test Framework harmonization across all languages add a *make cross* build target Patch: Roger Meier

Repository: thrift
Updated Branches:
  refs/heads/master 199833807 -> 7e10329f7


THRIFT-847 Test Framework harmonization across all languages
add a *make cross* build target
Patch: Roger Meier


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/7e10329f
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/7e10329f
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/7e10329f

Branch: refs/heads/master
Commit: 7e10329f7982f2602d6dbdcb2b45e843b85170c4
Parents: 1998338
Author: Roger Meier <ro...@apache.org>
Authored: Sat Feb 22 18:13:03 2014 +0100
Committer: Roger Meier <ro...@apache.org>
Committed: Sat Feb 22 18:13:03 2014 +0100

----------------------------------------------------------------------
 Makefile.am | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/7e10329f/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index 903de75..ec0b319 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 \