summaryrefslogtreecommitdiffstats
path: root/libkcal/tests/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* libkcal tests: small improvement to cmake code to avoid having to escape quotes.Slávek Banko2019-04-011-2/+2
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Disabled libical tests if libical version is less than 1.0.Michele Calgaro2019-03-291-0/+6
| | | | | | | | On old libical versions, DST change date is wrong and this would fail some of the tests. This is not a bug in TDE but in old libical libraries. Starting from libical 1.0, the bug seems to have been fixed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed bug in libkcal related to timezones in DT field.Michele Calgaro2019-03-271-3/+5
| | | | | | | Fixed execution of libkcal tests. This resolves bug 2719. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed building of libkcal tests. Some of the tests still fails whenMichele Calgaro2019-03-241-0/+82
executed. This relates to bug 2719. Special thanks to Emanoil Kotsev <deloptes@gmail.com> for providing an inital patch for the same bug, from which I reused a small section of code. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>