summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Removed empty line at the end of files.Michele Calgaro2022-01-044-4/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* CMake rules adjustments:Slávek Banko2022-01-041-5/+1
| | | | | | | | | | | | | + Use the usual TDESetupPaths macros. + Install libraries according to multi-arch rules. + Use `install( DIRECTORY ... )` for headers in CXX style. + Remove linking unused variables ${..._MOCS}. + Remove linking for indirectly used libraries. + Use private linking for exported CMake targets. + Add the installation of exported CMake targets. + Use keyword TEST for tde_add_check_executable. Signed-off-by: Slávek Banko <[email protected]>
* Code improvements based on c++11 standard (ranged for loops and nullptr).Michele Calgaro2021-12-281-5/+4
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed original test folder and add more manual tests.Michele Calgaro2021-11-233-1/+57
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Added test framework.Michele Calgaro2021-11-206-0/+321
Signed-off-by: Michele Calgaro <[email protected]>