aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* tests: remove no longer needed partsRatchanan Srirattanamet2023-12-141-10/+0
|
* Remove USB manager and corresponding testsRatchanan Srirattanamet2023-12-141-13/+0
| | | | | | | | Since this is renamed, it has never worked correctly anyway. I've forked this part of code as "adbd-approver" [1], so this part can now be removed. [1] https://gitlab.com/ubports/development/core/adbd-approver
* Skip geoclue calls during the rotation lock testRobert Tari2023-02-041-0/+1
|
* data/: Rename org.ayatana.display.gschema.xml.in to ↵Mike Gabriel2022-09-081-2/+2
| | | | org.ayatana.indicator.display.gschema.xml. Fix and simplify translations of .gschema.xml strings with it.
* tests/unit: fix cmake custom command race conditionRatchanan Srirattanamet2022-03-071-1/+8
| | | | | | | | | | | | | | | | | | | CMake's documentation says [1]: > Do not list the output in more than one independent target that may > build in parallel or the two instances of the rule may conflict > (instead use the add_custom_target() command to drive the command and > make the other targets depend on that one). Because gschemas.compiled will be referenced multiple times independently, a level of redirection is needed to prevent CMake from generating the rule for the file multiple times. This is encountered in ayatana-indicator-power as well, and fixed in a similar way [2]. [1] https://cmake.org/cmake/help/latest/command/add_custom_command.html#generating-files [2] https://github.com/AyatanaIndicators/ayatana-indicator-power/commit/9a90f932e51db486b166dd38f00e4186e40a1aee
* GSettings: Use org.ayatana.display.gschema.xml for non-Lomiri sessions and ↵Mike Gabriel2021-11-191-5/+2
| | | | | | | | unit tests. Additionally, internationalize the org.ayatana.display GSettings schema. Fixes https://github.com/AyatanaIndicators/ayatana-indicator-display/issues/39
* Rename com.ubuntu.touch.system to com.lomiri.touch.systemRobert Tari2021-11-011-2/+2
|
* Use -no-pie build flag for tests onlyRobert Tari2021-08-101-0/+2
|
* Fork from Ubuntus' indicator-display project.Mike Gabriel2017-11-281-2/+30
|
* Make coverage reporting work.Rodney Dawes2017-02-071-0/+7
|
* add unit tests for greeterCharles Kerr2016-04-201-0/+5
|
* use cmake's find_package(Threads) output everywhere instead of just in src/Charles Kerr2016-03-151-2/+2
|
* add new CMakeLists.txt files in tests/utils/ and tests/unit/Charles Kerr2016-03-151-0/+34