summaryrefslogtreecommitdiff
path: root/test/rb
diff options
context:
space:
mode:
authorKevin Clark <kclark@apache.org>2008-06-18 00:48:56 +0000
committerKevin Clark <kclark@apache.org>2008-06-18 00:48:56 +0000
commit18cb21a125df42c6a7864769ce9710137c99f96e (patch)
tree5a90a312984813abcd7a9f227df524a1c9202d20 /test/rb
parent5d6cb0ce944641d963cbeaed65e7de1020333eaf (diff)
downloadthrift-18cb21a125df42c6a7864769ce9710137c99f96e.tar.gz
Tweak Ruby Makefile to use --gen syntax
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@668889 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 326f7206a..ed0f91b5a 100644
--- a/test/rb/Makefile
+++ b/test/rb/Makefile
@@ -12,8 +12,8 @@ THRIFT = ../../compiler/cpp/thrift
all: stubs tests
stubs: ../ThriftTest.thrift ../SmallTest.thrift
- $(THRIFT) --rb ../ThriftTest.thrift
- $(THRIFT) --rb ../SmallTest.thrift
+ $(THRIFT) --gen rb ../ThriftTest.thrift
+ $(THRIFT) --gen rb ../SmallTest.thrift
tests: stubs
ruby TestSuite.rb