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
..
cxxtest Changed _size to a function. 2015-06-19 17:05:33 -05:00
expect Updated documentation. 2015-06-20 13:11:56 -05:00
link Changed _size to a function. 2015-06-19 17:05:33 -05:00
performance Updated and improved documentation. 2015-06-05 13:01:28 -05:00
CMakeLists.txt Switched to CMake for building tests. 2015-07-01 15:18:48 -05:00
Makefile Switched to CMake for building tests. 2015-07-01 15:18:48 -05:00