mirror of
https://github.com/aantron/better-enums.git
synced 2025-12-06 16:56:42 +08:00
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. |
||
|---|---|---|
| .. | ||
| 1-hello-world.cc | ||
| 2-conversions.cc | ||
| 3-iterate.cc | ||
| 4-switch.cc | ||
| 5-safety.cc | ||
| 6-representation.cc | ||
| 7-constexpr.cc | ||
| 101-special-values.cc | ||
| 102-bitset.cc | ||
| 103-quine.cc | ||
| Makefile | ||