summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2011-03-17 19:13:36 +0000
committerRoger Meier <roger@apache.org>2011-03-17 19:13:36 +0000
commitf2495760feb8d30087bd27945c46993d092960fa (patch)
treea12a484d4347dc0345023b1742679944fc288462 /lib/Makefile.am
parentee7c7bb48586ac35b3561d6253b6d7792b6ce152 (diff)
downloadthrift-f2495760feb8d30087bd27945c46993d092960fa.tar.gz
THRIFT-1091 integrate JavaScript Test into Testsuite via make check
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1082649 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 8538afa35..3b4c8bab5 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -33,6 +33,9 @@ endif
if WITH_JAVA
SUBDIRS += java
+# JavaScript unit test depends on java
+# so test only if java, ant & co is available
+SUBDIRS += js/test
endif
if WITH_PYTHON