Skip to content

Commit

Permalink
when running layout_test ensure that (#209)
Browse files Browse the repository at this point in the history
layout tests are present, by generating bindings!
  • Loading branch information
CGMossa authored Apr 21, 2024
1 parent 6083cae commit 8c61b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ clang = { version = "2", optional = true, features = ["runtime", "clang_3_7"] }
# Turn on the 'use-bindgen' feature to generate bindings on the fly for your platform.
use-bindgen = ["bindgen", "clang"]
# Enables generation of layout-tests in bindgen
layout_tests = []
layout_tests = ["use-bindgen"]

[lib]
# Some code comments on R's source code might be accidentally treated as Rust's
Expand Down

0 comments on commit 8c61b44

Please sign in to comment.