summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* build: link installed-tests against all librariesFrédéric Péters2015-06-241-1/+1
|
* tests: Turn the tests into installed testsBastien Nocera2014-11-052-3/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=737140
* tests: Remove unused JSON related variableBastien Nocera2014-11-051-1/+1
|
* tests: Remove unused code in gtk-reftestBastien Nocera2014-10-211-48/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=737123
* tests: Print the calculated date in the test logsBastien Nocera2014-09-251-2/+1
|
* build: fix automake warningsPatrick Welche2014-09-111-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=736482
* Ignore deprecations in testsMatthias Clasen2014-06-261-0/+2
| | | | This is recent GLib breakage. Don't let that ruin our tests.
* tests: Add reftest UI filesBastien Nocera2014-05-307-0/+113
| | | | We'll test a few locales and their outputs.
* tests: Add gtk-reftest to compare GTK+ outputsBastien Nocera2014-05-302-0/+623
| | | | | | | For each UI file, we'll compare the GTK+ output from the wall-clock for that particular locale with a reference UI file. This way, we can test whether we regress in terms of RTL handling.
* tests: Add a wall clock test for the notify::clock callbackKalev Lember2014-05-301-0/+45
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=730447
* tests: Add a wall clock test for 12/24h gsettings switchKalev Lember2014-05-301-0/+38
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=730447
* tests: Add a wall clock test for colon vs ratio character useKalev Lember2014-05-301-3/+42
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=730447
* Add testsuite skeletonKalev Lember2014-05-302-0/+56
https://bugzilla.gnome.org/show_bug.cgi?id=730447