diff options
author | Christian Vetter <christian.vetter@here.com> | 2021-08-03 09:04:40 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2021-08-24 11:49:26 +0200 |
commit | cf6edbd7b0dc59b82311b65dcb62d5993349f577 (patch) | |
tree | e6faab03e5ec325040b309ac1b92d0b77c98a946 /tests/headers/enum-no-debug-rust.h | |
parent | 098b416283610b3adbb5a51325644a8a66a4bfd2 (diff) |
Add tests
Diffstat (limited to 'tests/headers/enum-no-debug-rust.h')
-rw-r--r-- | tests/headers/enum-no-debug-rust.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/headers/enum-no-debug-rust.h b/tests/headers/enum-no-debug-rust.h new file mode 100644 index 00000000..7cb73980 --- /dev/null +++ b/tests/headers/enum-no-debug-rust.h @@ -0,0 +1,3 @@ +// bindgen-flags: --no-derive-debug --default-enum-style=rust --constified-enum-module=Neg + +#include "enum.h" |