facebookincubator / reindeer

Reindeer is a tool to transform Rust Cargo dependencies into generated Buck build rules
MIT License
179 stars 28 forks source link

[reindeer]: fix example buck test #9

Closed shayne-fletcher closed 7 months ago

shayne-fletcher commented 1 year ago

as is the example invocation of buck doesn't work out of the box. this PR copies bits out of the buck2 repo such that it is recovered. tested with

cd example
git submodule update --init --recursive
./setup.sh
buck2 build //project:test