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.
9 lines
79 B
Plaintext
9 lines
79 B
Plaintext
*.pyc
|
|
*.obj
|
|
*.exe
|
|
scratch/
|
|
doc/html/
|
|
doc-publish/
|
|
test/cxxtest/*.cc
|
|
test/build
|