aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/unit_tests/shared/fixed_size.hpp (follow)
Commit message (Collapse)AuthorAge
* test: echo is _not_ MSVC-only, all of a suddenEgor Tensin2021-05-16
|
* code styleEgor Tensin2020-10-27
| | | | | Don't use brace initialization in constructors, VS 2013 doesn't like that.
* rework Process API & testsEgor Tensin2020-10-27
* Add separate classes ProcessParameters & ShellParameters for Process::create() and Process::shell() methods. * Add a separate "worker" executable. It's used in tests via a fairly complicated scheme, receiving orders to execute via a shared memory region. * Add tests that utilize the Console API, reading console window's screen buffer directly, making for more reliable tests & broader coverage.