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 \