From: Kevin Clark Date: Wed, 18 Jun 2008 00:51:25 +0000 (+0000) Subject: Swap out 'tests' target for 'check' in Ruby Makefile X-Git-Tag: 0.2.0~653 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=720b5732cc7025a8647fe35342b7c425ceaf60e1;p=common%2Fthrift.git 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 --- diff --git a/test/rb/Makefile b/test/rb/Makefile index 3dd8875c..5c1e61a8 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: