commit | f2495760feb8d30087bd27945c46993d092960fa | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | 周四 3月 17 19:13:36 2011 +0000 |
committer | Roger Meier <roger@apache.org> | 周四 3月 17 19:13:36 2011 +0000 |
tree | a12a484d4347dc0345023b1742679944fc288462 | |
parent | ee7c7bb48586ac35b3561d6253b6d7792b6ce152 [diff] [blame] |
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
diff --git a/lib/Makefile.am b/lib/Makefile.am index 8538afa..3b4c8ba 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am
@@ -33,6 +33,9 @@ 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