summaryrefslogtreecommitdiff
path: root/tests/headers/constify-module-enums-types.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-06-20Simplify is_constified_enum_moduleTravis Finkenauer
Used suggested code from @emilio and also added a test for an alias to an anonymous enum.
2017-06-18Fix recursive aliases to const module enumTravis Finkenauer
Item::is_constified_enum_module() only returns true for the base type, not for "layers" of aliases. Added a "simple alias" test and added content to the types test.
2017-06-16Refactor namespace code and testTravis Finkenauer
2017-06-16Add constified module enum template testTravis Finkenauer
2017-06-16Add more constified module enum testsTravis Finkenauer