2009-03-30 21:35:00 +00:00
|
|
|
#
|
|
|
|
# Licensed to the Apache Software Foundation (ASF) under one
|
|
|
|
# or more contributor license agreements. See the NOTICE file
|
|
|
|
# distributed with this work for additional information
|
|
|
|
# regarding copyright ownership. The ASF licenses this file
|
|
|
|
# to you under the Apache License, Version 2.0 (the
|
|
|
|
# "License"); you may not use this file except in compliance
|
|
|
|
# with the License. You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing,
|
|
|
|
# software distributed under the License is distributed on an
|
|
|
|
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
|
|
# KIND, either express or implied. See the License for the
|
|
|
|
# specific language governing permissions and limitations
|
|
|
|
# under the License.
|
|
|
|
#
|
|
|
|
|
2015-03-24 21:30:40 +00:00
|
|
|
stubs: $(THRIFT) ../ThriftTest.thrift ../SmallTest.thrift
|
2014-10-03 18:42:54 +00:00
|
|
|
$(THRIFT) --gen rb ../ThriftTest.thrift
|
|
|
|
$(THRIFT) --gen rb ../SmallTest.thrift
|
2018-09-11 22:58:42 +00:00
|
|
|
$(THRIFT) --gen rb ../Recursive.thrift
|
2008-07-08 00:47:49 +00:00
|
|
|
|
2015-03-24 21:30:40 +00:00
|
|
|
precross: stubs
|
|
|
|
|
2008-07-08 00:47:49 +00:00
|
|
|
check: stubs
|
2013-08-18 20:36:06 +00:00
|
|
|
if HAVE_BUNDLER
|
2014-10-03 18:42:54 +00:00
|
|
|
$(BUNDLER) install
|
|
|
|
$(BUNDLER) exec $(RUBY) -I. test_suite.rb
|
2013-08-18 20:36:06 +00:00
|
|
|
endif
|
2008-07-08 00:47:49 +00:00
|
|
|
|