summaryrefslogtreecommitdiff
path: root/test/rb
diff options
context:
space:
mode:
authorKevin Clark <kclark@apache.org>2008-06-18 00:51:25 +0000
committerKevin Clark <kclark@apache.org>2008-06-18 00:51:25 +0000
commit720b5732cc7025a8647fe35342b7c425ceaf60e1 (patch)
treeba28781993118626b0077da17a2b5aac53619a44 /test/rb
parentaaf6e38fcedad021c2052d572592adaa7d69f584 (diff)
downloadthrift-720b5732cc7025a8647fe35342b7c425ceaf60e1.tar.gz
Swap out 'tests' target for 'check' in Ruby Makefile
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@668896 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/rb')
-rw-r--r--test/rb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rb/Makefile b/test/rb/Makefile
index 3dd8875cf..5c1e61a86 100644
--- a/test/rb/Makefile
+++ b/test/rb/Makefile
@@ -9,13 +9,13 @@ target: all
# Tools
THRIFT = ../../compiler/cpp/thrift
-all: stubs tests
+all: stubs check
stubs: ../ThriftTest.thrift ../SmallTest.thrift
$(THRIFT) --gen rb ../ThriftTest.thrift
$(THRIFT) --gen rb ../SmallTest.thrift
-tests: stubs
+check: stubs
ruby test_suite.rb
clean: