Anton Bachin ba9139e075 Switched to CMake for building tests.
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.
2015-07-01 15:18:48 -05:00
..
demo Made it easier to generate offline documentation. 2015-06-27 13:56:27 -05:00
image Made it easier to generate offline documentation. 2015-06-27 13:56:27 -05:00
template Made it easier to generate offline documentation. 2015-06-27 13:56:27 -05:00
tutorial Updated documentation. 2015-06-20 13:11:56 -05:00
ApiReference.md Updated documentation. 2015-06-20 13:11:56 -05:00
better-enums.css Made it easier to generate offline documentation. 2015-06-27 13:56:27 -05:00
CompilerSupport.md Switched to CMake for building tests. 2015-07-01 15:18:48 -05:00
Contact.md Updated documentation. 2015-06-20 13:11:56 -05:00
DesignDecisionsFAQ.md Made it easier to generate offline documentation. 2015-06-27 13:56:27 -05:00
docs.py Made it easier to generate offline documentation. 2015-06-27 13:56:27 -05:00
ExtendingLimits.md Updated documentation. 2015-06-20 13:11:56 -05:00
GeneralUnderlyingTypes.md Updated documentation. 2015-06-20 13:11:56 -05:00
index.md Made it easier to generate offline documentation. 2015-06-27 13:56:27 -05:00
Makefile Made it easier to generate offline documentation. 2015-06-27 13:56:27 -05:00
mistune.py Made it easier to generate offline documentation. 2015-06-27 13:56:27 -05:00
OptInFeatures.md Updated documentation. 2015-06-20 13:11:56 -05:00
Performance.md Updated documentation. 2015-06-20 13:11:56 -05:00
transform.py Made it easier to generate offline documentation. 2015-06-27 13:56:27 -05:00