Anton Bachin 3a316e6f79 Made the test script use only the system compiler by default and extended some
support to VC++.

The unit test is currently not being run on VC++ due to a problem with CxxTest,
Cygwin, and paths. However, the examples are being compiled and having their
output checked, and the multiple translation unit test is being run.

Running "(cd test ; ./test.py)" should now run tests only using the default
compiler, on a Unix-like system. test.py --all runs tests on the full array of
compilers that I have installed and symlinked on my development machines.
2015-05-27 18:40:39 -05:00
..
1-hello-world.cc Complete documentation and testing overhaul. 2015-05-27 09:58:34 -05:00
2-conversions.cc Complete documentation and testing overhaul. 2015-05-27 09:58:34 -05:00
3-iterate.cc Complete documentation and testing overhaul. 2015-05-27 09:58:34 -05:00
4-switch.cc Complete documentation and testing overhaul. 2015-05-27 09:58:34 -05:00
5-safety.cc Complete documentation and testing overhaul. 2015-05-27 09:58:34 -05:00
6-representation.cc Complete documentation and testing overhaul. 2015-05-27 09:58:34 -05:00
7-constexpr.cc Complete documentation and testing overhaul. 2015-05-27 09:58:34 -05:00
101-special-values.cc Complete documentation and testing overhaul. 2015-05-27 09:58:34 -05:00
102-bitset.cc Complete documentation and testing overhaul. 2015-05-27 09:58:34 -05:00
103-quine.cc Complete documentation and testing overhaul. 2015-05-27 09:58:34 -05:00
Makefile Made the test script use only the system compiler by default and extended some 2015-05-27 18:40:39 -05:00