Last indexation completed on 2024-04-21 06:00:38 UTC

 
  Name Size Date (UTC) Last indexed Description
  Name Size Date (UTC) Last indexed Description
folder Parent directory - 2024-02-11 18:23:21  
folder app/ - 2024-02-11 01:55:00  
folder cmake/ - 2024-02-11 01:55:00  
folder data/ - 2024-02-11 01:55:00  
folder dplugins/ - 2024-02-11 01:55:00  
folder libs/ - 2024-02-11 01:55:00  
folder showfoto/ - 2024-02-11 01:55:00  
folder tests/ - 2024-02-11 01:55:00

Unit-tests, command line tools, and GUI tools listed by modules.
* File Naming Conventions:
- Unit-Tests pattern: *_utest.cpp/.h - Command line tools pattern: *_cli.cpp/.h - Graphic user interface tools pattern: *_gui.cpp/.h
The front of file name must describe the goal of the tests/tools.
* All test implementations must uses DIGIKAM_TESTS_LOG QtDebug space defined in digikam_debug.h. To show debug traces on the console, turn on the env. variable QT_LOGGING_RULES with "digikam*=true".
* No need to support translations in this area.
* With command line tools, try to use QCoreApplication instead QApplication when possible.
* All data test files must be hosted on this git LFS based repository: https://invent.kde.org/graphics/digikam-test-data
See class from dtestdatadir.h to manage data test files at run-time, from developer computer and on CI VM.

folder utilities/ - 2024-02-11 01:55:01  
file CMakeLists.txt 25105 bytes 2024-02-11 01:55:00 -