solvespace/test
whitequark d12bf047b4 Update 58db06d8 to not even try to use std::fstream with Unicode paths.
Unfortunately there is no portable way to open an Unicode path with
std::fstream. On *nix, it is enough to call the const char*
constructor. On MSVC, it is enough to call a nonstandard
const wchar_t* constructor. However, on MinGW, there is no way at all
to construct an std::fstream with a wide path, not even using
undocumented APIs. (There used to be a const wchar_t* overload added
back in libstdc++ 4.7, but it got removed for a reason that I was not
able to find out.)
2016-10-09 20:00:02 +00:00
..
constraint Correctly draw vector text for constraints free in 3d. 2016-08-13 10:51:14 +00:00
request Add tests to cover 95.3% of constrainteq.cpp branches. 2016-08-07 17:33:27 +00:00
CMakeLists.txt CMake: use pkg-config directories in test/. 2016-08-07 17:33:27 +00:00
Gentium-R.ttf Add basic test coverage for curve sketching tools. 2016-08-01 11:31:38 +00:00
harness.cpp Update 58db06d8 to not even try to use std::fstream with Unicode paths. 2016-10-09 20:00:02 +00:00
harness.h Add a simple harness for automated, headless testing. 2016-08-01 00:48:37 +00:00