aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* tests/CMakeLists.txt: EDS tests are not limited to URL dispatcher builds, so ↵Mike Gabriel2018-03-281-4/+0
| | | | re-enabling them on non-Ubuntu.
* tests/CMakeLists.txt: Only build manual-test-snap on Ubuntu.Mike Gabriel2018-03-281-3/+5
|
* use cmake's configure_file() to generate the test .ics files from .ics.in so ↵Charles Kerr2018-03-261-1/+3
| | | | that we don't have to hardcode the filenames in the test data files either
* tests/CMakeLists.txt: Fix linking when built with URL dispatcher support.Mike Gabriel2018-03-261-1/+1
|
* Fix executable/project name (indicator-datetime -> ↵Mike Gabriel2017-12-081-1/+1
| | | | ayatana-indicator-datetime) at various locations.
* tests/CMakeLists.txt: Also update DG_LOG_DOMAIN namespace in test suite.Mike Gabriel2017-12-081-1/+1
|
* README.md: Add some manual line breaks.Mike Gabriel2017-12-081-3/+3
|
* Indicator namespace adaptations.Mike Gabriel2017-12-081-1/+1
|
* Make the datetime indicator build on non-Ubuntu systems (which mostly lack ↵Mike Gabriel2017-12-081-0/+5
| | | | url-dispatcher and Ubuntu Touch sound schema files.
* glib-fixture: fail tests on unexpected warningsLars Uebernickel2015-09-091-0/+1
| | | | | | | | | This requires specifying which warnings are expected to be thrown (only test-timezone-file needed this for now). However, only fail on warnings in the Indicator-Datetime log domain so that we don't fail on gstreamer (or other library) warnings for now.
* Rename FileTimezone to TimedatedTimezoneIain Lane2015-09-011-1/+1
|
* sync with trunkCharles Kerr2015-07-101-16/+5
|\
| * remove unnecessary pieces from the EDS test scaffolding. clean up script ↵Charles Kerr2015-06-231-16/+5
| | | | | | | | variable names.
* | oops, disabling the other tests was only supposed to be to speed up local ↵Charles Kerr2015-07-091-21/+21
| | | | | | | | tests & wasn't supposed to be pushed
* | add dobey's test case that has 'TZID:Pacific Time (US & Canada)'Charles Kerr2015-07-091-21/+22
| |
* | add failing test for timezone issue in bug #1473068Charles Kerr2015-07-091-0/+1
|/
* add (failing) regression test for x-canonical-alarm components whose valarms ↵Charles Kerr2015-06-171-0/+1
| | | | have no triggers
* in eds-engine, add a occur-in-time-range sexp to handle events that are ↵Charles Kerr2015-05-211-0/+1
| | | | interesting but don't require user notification alarms
* re-enable the tests that I disabled earlier in this branch while focusing on ↵Charles Kerr2015-05-201-15/+15
| | | | the EDS bugfix
* Add an EDS test for nonrepeating alarms. Refactor the EDS testing structure ↵Charles Kerr2015-05-201-14/+14
| | | | slightly so that more of the basic config setup can be shared.
* add tracers.Charles Kerr2015-05-191-17/+17
|
* undo last Friday's timezone regression.Charles Kerr2015-05-191-1/+1
|
* Add unit test that looks at ubuntu alarm triggers. Test currently fails on ↵Charles Kerr2015-05-071-0/+1
| | | | the trigger timezone issue reported by alesage.
* add EDS tests to confirm valarm attachments are loaded properly and trigger ↵Charles Kerr2015-04-051-4/+33
| | | | in the AlarmQueue
* add DateTime::end_of_month(), DateTime::end_of_day(). Add unit tests for them.Charles Kerr2015-03-161-0/+1
|
* add a dbustest1 test to confirm that the snap decision's hint has the ↵Charles Kerr2014-07-151-2/+8
| | | | correct timeout interval.
* add a visual hint that the next unit test isn't stuck, it's just slow.Charles Kerr2014-07-141-0/+1
|
* use unsigned ints for the alarm volume, duration propertiesCharles Kerr2014-06-271-2/+2
|
* Expose the alarm settings via dbus properties.Charles Kerr2014-06-261-0/+2
|
* rename 'clock-watcher' as 'alarm-queue' because the former name isn't very ↵Charles Kerr2014-04-241-1/+1
| | | | informative.
* Add audio notitication when the alarm is triggered. Add a manual test to ↵Charles Kerr2014-02-041-0/+4
| | | | tests/ to trigger a snap decision.
* from alarm dev branch: add the alarm watcher and its unit testsCharles Kerr2014-02-021-0/+1
|
* comment out unit tests that require a version of dbus-test-runner that ↵Charles Kerr2014-01-281-9/+12
| | | | hasn't landed yet.
* fix bootstrap error in unit tests by ensuring we always use the local ↵Charles Kerr2014-01-281-2/+2
| | | | gschema instead of the one preinstalled on the system
* copyediting: rename the test/ directory's .cc files to .cpp for consistency ↵Charles Kerr2014-01-221-2/+2
| | | | with src/
* fold repetitious unit test rules into CMake functionsCharles Kerr2014-01-221-93/+29
|
* add unit tests for the menu/action exporterCharles Kerr2014-01-221-0/+7
|
* add LiveActions implementation and unit testsCharles Kerr2014-01-211-1/+8
|
* Implement Settings, a properties-cpp wrapper around GSettingsCharles Kerr2014-01-161-0/+14
|
* Function: add fully-tested ActionGroups, per-profile Menus, state object.Charles Kerr2014-01-141-10/+17
| | | | | | Form: Add code annotations/comments. Remove dead code. Use Mir style guide. Todo: GSettings toggles, sync with new dbus-test-runner API, get GNOME Panel building again
* add geoclue, glib test fixturesCharles Kerr2013-12-171-3/+73
|
* replace autotools with cmakeCharles Kerr2013-10-181-0/+23