aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/unit_tests/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAge
* add CTest tests, add `make test`, etc.Egor Tensin2021-04-06
|
* cmake: use install_pdbs()Egor Tensin2021-03-24
|
* 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.
* cmake: files are per-directory, not per-extensionEgor Tensin2020-10-18
|
* Process: add methods to load resource stringsEgor Tensin2020-10-18
|
* cmake: minor tweaksEgor Tensin2020-10-17
|
* process_tests: remove temp filesEgor Tensin2020-10-17
|
* Process: support pipe redirectionEgor Tensin2020-10-16
|
* test/ -> test/unit_tests/Egor Tensin2020-10-15