Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
thrift
/
refs/heads/py-compiler
/
.
/
test
/
rb
/
Makefile.am
blob: b19fcde95c4a3362c855e67b458f8d3289f45c91 [
file
] [
log
] [
blame
]
Kevin Clark
4bd8916
2008-07-08 00:47:49 +0000
[
diff
] [
blame
]
1
THRIFT
=
$
(
top_srcdir
)/
compiler
/
cpp
/
thrift
2
3
stubs
:
../
ThriftTest
.
thrift
../
SmallTest
.
thrift
4
$
(
THRIFT
)
--
gen rb
../
ThriftTest
.
thrift
5
$
(
THRIFT
)
--
gen rb
../
SmallTest
.
thrift
6
7
check
:
stubs
8
$
(
RUBY
)
test_suite
.
rb
9