summaryrefslogtreecommitdiff
path: root/test/rb
diff options
context:
space:
mode:
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: