aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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