aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/tests/run-importjob.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* qt: Make toLogString helper publicIngo Klöcker2023-08-151-4/+2
| | | | | | | | | | | | * lang/qt/src/util.h: Move toLogString ... * lang/qt/src/debug.h: ... here. * lang/qt/tests/run-importjob.cpp (main): Use toLogString. -- This allows using the helper in dependent projects without duplicating it everywhere. GnuPG-bug-id: 6584
* qt,tests: Add test runner for testing the import jobIngo Klöcker2021-12-221-0/+99
* lang/qt/tests/Makefile.am (run_importjob_SOURCES): New. (noinst_PROGRAMS): Add run-importjob. * lang/qt/tests/run-importjob.cpp: New. -- GnuPG-bug-id: 5713