aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Remove ENABLE_LOMIRI_FEATURES CMake flagRatchanan Srirattanamet2023-12-141-3/+1
| | | | | | | | There's no longer any Lomiri-specific code in this repo, so remove the flag. The unit test actually works without the flag, so do include it without the condition.
* tests: remove no longer needed partsRatchanan Srirattanamet2023-12-141-1/+0
|
* Remove USB manager and corresponding testsRatchanan Srirattanamet2023-12-141-1/+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
* tests/CMakeLists.txt: Suppress useless override buggy cppcheck warningRobert Tari2023-10-091-1/+1
|
* Allow building with(out) Lomiri featuresRobert Tari2022-12-151-4/+5
|
* Fix failing cppcheckRobert Tari2022-10-021-1/+1
| | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-display/issues/58
* tests/CMakeFiles.txt: Suppress constParameter cppcheckRobert Tari2021-10-251-1/+1
| | | | - Making the problematic parts "const" produce even more warnings, so I'm considering this a false positive and disabling it
* Fix failing buildRobert Tari2021-08-121-1/+1
| | | | | | | | - src/rotation-lock.cpp: Fix double declaration of create_desktop_menu - tests/CMakeLists.txt: Add uninitDerivedMemberVar and unmatchedSuppression suppressions to cppcheck - tests/unit/rotation-lock-test.cpp: Fix and expand test fixes https://github.com/AyatanaIndicators/ayatana-indicator-display/issues/24
* Use -no-pie build flag for tests onlyRobert Tari2021-08-101-2/+0
|
* tests/CMakeLists.txt: Adjust cppcheck call so that it succeeds with less ↵Robert Tari2021-08-041-1/+1
| | | | --suppress parameters.
* tests/CMakeLists.txt: Build unit tests with -no-pie CXXFLAG if GNU compiler ↵Mike Gabriel2021-08-041-0/+3
| | | | is used.
* tests/CMakeLists.txt: Add options --suppress=missingInclude and ↵Mike Gabriel2021-08-041-1/+1
| | | | --suppress=unusedFunction. Be less strict and make the cppcheck pass.
* Make coverage reporting work.Rodney Dawes2017-02-071-0/+5
|
* clean up compile_options and warnings. Add DBUS debug log messages to ctest ↵Charles Kerr2016-03-111-3/+6
| | | | environment variables.
* add UsbManagerCharles Kerr2016-03-101-0/+1
|
* cmake and test directory cleanupCharles Kerr2016-03-101-38/+12
|
* add fingerprint snap decisions; test with notification dbusmockCharles Kerr2016-03-081-16/+40
|
* add ADB server/client + testsCharles Kerr2016-03-061-7/+5
|
* cosmetic: use -test as the suffix for test filesCharles Kerr2016-03-041-1/+1
|
* update glib/dbus test fixtures from indicator-datetime/15.10 branchCharles Kerr2016-03-041-1/+1
|
* add rotation lock indicatorCharles Kerr2014-08-201-2/+2
|
* get skeletal service and tests buildingCharles Kerr2014-08-191-3/+2
|
* initial pass at tests/ directory, skeleton onlyCharles Kerr2014-08-191-0/+36