summaryrefslogtreecommitdiff
path: root/tests/headers/anon_enum_trait.hpp
AgeCommit message (Collapse)Author
2022-10-04split the repo into a workspaceChristian Poveda
remove `clap` dependency :tada: update the book installation instructions
2018-07-29Quote regexes in test headersJosh Hejna
When using test-one.sh, unquoted wildcards are expanded by the shell, resulting in failing tests.
2017-09-11Make bindgen generate enums as constants by defaultCldfire
Also simplifies the logic that determines which enum variation gets chosen.
2017-08-21Anonymous related tests for derive EqZhiting Zhu
2017-08-14Anonymous related tests for derive PartialEqZhiting Zhu
2017-08-09Anonymous related tests for derive HashZhiting Zhu
2017-01-23Unify under the `bindgen` name.Emilio Cobos Álvarez