summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2014-02-22 18:13:03 +0100
committerRoger Meier <roger@apache.org>2014-02-22 18:13:03 +0100
commit7e10329f7982f2602d6dbdcb2b45e843b85170c4 (patch)
tree2f3f613762df784cfec080c6d759b129aa757b8b /Makefile.am
parent199833807f8dabd0d6d1707a594b7d6cac82641e (diff)
downloadthrift-7e10329f7982f2602d6dbdcb2b45e843b85170c4.tar.gz
THRIFT-847 Test Framework harmonization across all languages
add a *make cross* build target Patch: Roger Meier
Diffstat (limited to 'Makefile.am')
-rwxr-xr-xMakefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 903de75db..ec0b319e4 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 \