mirror of
https://github.com/aantron/better-enums.git
synced 2025-12-06 16:56:42 +08:00
To run tests with the system compiler, execute
make
To run tests with the system compiler in all configurations,
make default-all
To re-generate the examples from the documentation Markdown, and then
test all configurations,
make default-thorough
Other Makefile targets are for exhaustive testing with multiple
locally-installed compilers, or for use on CI servers, and are not for
general use.
Python and CxxTest are still required. On Windows, it is helpful to
have a Cygwin environment with a non-Cygwin CMake, and MSBuild.exe
should be in PATH.
Better Enums is now tested in fewer configurations. C++11 features are
no longer tested on clang 3.3, gcc 4.3-4.6, because CMake claims
(apparently falsely, in some cases) that those compilers don't support
constexpr and enum class.
|
||
|---|---|---|
| .. | ||
| demo | ||
| image | ||
| template | ||
| tutorial | ||
| ApiReference.md | ||
| better-enums.css | ||
| CompilerSupport.md | ||
| Contact.md | ||
| DesignDecisionsFAQ.md | ||
| docs.py | ||
| ExtendingLimits.md | ||
| GeneralUnderlyingTypes.md | ||
| index.md | ||
| Makefile | ||
| mistune.py | ||
| OptInFeatures.md | ||
| Performance.md | ||
| transform.py | ||