summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2014-01-26 11:44:27 +0100
committerRoger Meier <roger@apache.org>2014-01-26 11:44:27 +0100
commit8909cbdf819a059874ffc22ca6c04a06211321f6 (patch)
tree6b343d8209c8b1486b87538f896163847710bf66 /test/Makefile.am
parentd0024544bc2f45b6c039387fe69df8cf77fde45d (diff)
downloadthrift-8909cbdf819a059874ffc22ca6c04a06211321f6.tar.gz
THRIFT-2327 nodejs: nodejs test suite should be bundled with the library
Patch: Pierre Lamot further modifications by Roger Meier - git mv instead of delete and add - detect node or nodejs with configure.ac - use exit instead of return within lib/nodejs/test/testAll.sh
Diffstat (limited to 'test/Makefile.am')
-rwxr-xr-xtest/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 175f4770d..2d44229db 100755
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -17,7 +17,7 @@
# under the License.
#
-SUBDIRS = nodejs
+SUBDIRS =
if WITH_CPP
SUBDIRS += cpp
@@ -55,7 +55,6 @@ EXTRA_DIST = \
test.sh \
cpp \
hs \
- nodejs \
ocaml \
perl \
php \