Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests/CMakeFiles.txt: Suppress constParameter cppcheck | Robert Tari | 2021-10-25 | 1 | -1/+1 |
| | | | | - Making the problematic parts "const" produce even more warnings, so I'm considering this a false positive and disabling it | ||||
* | Fix failing build | Robert Tari | 2021-08-12 | 1 | -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 only | Robert Tari | 2021-08-10 | 1 | -2/+0 |
| | |||||
* | tests/CMakeLists.txt: Adjust cppcheck call so that it succeeds with less ↵ | Robert Tari | 2021-08-04 | 1 | -1/+1 |
| | | | | --suppress parameters. | ||||
* | tests/CMakeLists.txt: Build unit tests with -no-pie CXXFLAG if GNU compiler ↵ | Mike Gabriel | 2021-08-04 | 1 | -0/+3 |
| | | | | is used. | ||||
* | tests/CMakeLists.txt: Add options --suppress=missingInclude and ↵ | Mike Gabriel | 2021-08-04 | 1 | -1/+1 |
| | | | | --suppress=unusedFunction. Be less strict and make the cppcheck pass. | ||||
* | Make coverage reporting work. | Rodney Dawes | 2017-02-07 | 1 | -0/+5 |
| | |||||
* | clean up compile_options and warnings. Add DBUS debug log messages to ctest ↵ | Charles Kerr | 2016-03-11 | 1 | -3/+6 |
| | | | | environment variables. | ||||
* | add UsbManager | Charles Kerr | 2016-03-10 | 1 | -0/+1 |
| | |||||
* | cmake and test directory cleanup | Charles Kerr | 2016-03-10 | 1 | -38/+12 |
| | |||||
* | add fingerprint snap decisions; test with notification dbusmock | Charles Kerr | 2016-03-08 | 1 | -16/+40 |
| | |||||
* | add ADB server/client + tests | Charles Kerr | 2016-03-06 | 1 | -7/+5 |
| | |||||
* | cosmetic: use -test as the suffix for test files | Charles Kerr | 2016-03-04 | 1 | -1/+1 |
| | |||||
* | update glib/dbus test fixtures from indicator-datetime/15.10 branch | Charles Kerr | 2016-03-04 | 1 | -1/+1 |
| | |||||
* | add rotation lock indicator | Charles Kerr | 2014-08-20 | 1 | -2/+2 |
| | |||||
* | get skeletal service and tests building | Charles Kerr | 2014-08-19 | 1 | -3/+2 |
| | |||||
* | initial pass at tests/ directory, skeleton only | Charles Kerr | 2014-08-19 | 1 | -0/+36 |