From 8c61b44e1bf90dc82a9b57fc324555d91c4b8d80 Mon Sep 17 00:00:00 2001 From: CGMossa Date: Sun, 21 Apr 2024 22:26:35 +0200 Subject: [PATCH] when running `layout_test` ensure that (#209) layout tests are present, by generating bindings! --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6efaddf5..485ed880 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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