|
That Terminal
A terminal emulator designed for video making purposes.
|
That terminal has been tested using unit tests, with coverage testing, and with practical testing.
The application incorporates the Google Test unit testing framework.
The test report can be found here:
Summary:
[----------] Global test environment tear-down [==========] 70 tests from 16 test suites ran. (155978 ms total) [ PASSED ] 70 tests.
To redo tests, do make test. The output will be saved to doc/test-report.txt.
Requirements:
stat is installed in your system.LINES and COLUMNS environment variables.share/.xvfb if necessary.Coverage testing is performed using a GCOV.
There is a coverage-testing binary term_gcov which can be used to test coverage in user controlled situations. Additionally, coverage-testing is performed for the unit-testing binary.
The coverage test results can be found here:
To redo tests, do make test. The output will be saved to doc/doxygen/docs/cov/.
This software is used for video making purposes by the author from time to time. This ensures that the software is tested while being used.