summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEmilio Cobos Álvarez <emilio@crisal.io>2022-02-18 19:45:20 +0100
committerEmilio Cobos Álvarez <emilio@crisal.io>2022-02-18 20:11:57 +0100
commit68d2b0e0f8a4766ad5f73ae92c5e1e7be36df7f3 (patch)
tree792f138a012dbd0dbbd6ca3089d2a974f289b6f6 /tests
parente180d145a49b09c6d521cdc7989d1a1d4f173541 (diff)
Put vtable generation behind a flag for now.
Diffstat (limited to 'tests')
-rw-r--r--tests/tests.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tests.rs b/tests/tests.rs
index 274c5683..1f116c93 100644
--- a/tests/tests.rs
+++ b/tests/tests.rs
@@ -365,6 +365,7 @@ fn create_bindgen_builder(header: &Path) -> Result<BuilderState, Error> {
"--no-rustfmt-bindings",
"--with-derive-default",
"--disable-header-comment",
+ "--vtable-generation",
header_str,
"--raw-line",
"",