Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cpp,tests: Add another test runner | Andre Heinecke | 2018-10-29 | 2 | -1/+188 |
| | | | | | | | | * lang/cpp/tests/run-verify.cpp: New. * lang/cpp/tests/Makefile.am: Update accordingly. -- Add another test runner which helps to find problems on windows. | ||||
* | doc: use https:// for www.gnu.org | Daniel Kahn Gillmor | 2018-10-18 | 1 | -1/+1 |
| | | | | | | -- Signed-off-by: Daniel Kahn Gillmor <[email protected]> | ||||
* | cpp: Add first manual tests | Andre Heinecke | 2018-10-09 | 4 | -0/+334 |
* lang/cpp/Makefile.am: Add tests subdir. * lang/cpp/tests/Makefile.am: New. * lang/cpp/tests/README, lang/cpp/tests/run-getkey.cpp, lang/cpp/tests/run-keylist.cpp: New. * configure.ac: Configure tests makefile. -- The autotests for c++ live in lang/qt/tests these tests are more for manual experiments to validate some functionality. |