summaryrefslogtreecommitdiff
path: root/gdk/tests
Commit message (Collapse)AuthorAgeFilesLines
* Some cleanups after the module cache file changeMatthias Clasen2010-05-181-1/+1
| | | | | | | | Bring the various 'run uninstalled' hacks in line with the new way of doing things, and fix make install for module cache files. Patch by Tadej Borovsak.
* Add git.mk to generate .gitignore filesBehdad Esfahbod2009-05-041-0/+2
| | | | Add four new doc templates that were not in repository.
* 2.15.4GTK_2_15_4Matthias Clasen2009-02-171-1/+2
| | | | svn path=/trunk/; revision=22350
* Use the g_test_*() API for this test reviewed by: Richard HultSven Herzberg2008-08-151-6/+14
| | | | | | | | | | | | | 2008-08-15 Sven Herzberg <sven@imendio.com> Use the g_test_*() API for this test reviewed by: Richard Hult * gdk/tests/check-gdk-cairo.c: use the g_test_*() API to permit adding new tests svn path=/trunk/; revision=21133
* Prepare for using the g_test_*() API reviewed by: Richard HultSven Herzberg2008-08-151-13/+10
| | | | | | | | | | | | | 2008-08-15 Sven Herzberg <sven@imendio.com> Prepare for using the g_test_*() API reviewed by: Richard Hult * gdk/tests/check-gdk-cairo.c: use assertions instead of returning an error code svn path=/trunk/; revision=21132
* Get the gdk+cairo test to pass distcheck, tooSven Herzberg2008-08-082-1/+6
| | | | | | | | | | | | | | 2008-08-09 Sven Herzberg <sven@imendio.com> Get the gdk+cairo test to pass distcheck, too * gdk/tests/Makefile.am: set GDK_PIXBUF_MODULE_FILE so the test can pick up the one created at build time * gdk/tests/check-gdk-cairo.c (main): delete the output files after a successful test run svn path=/trunk/; revision=21048
* 2.13.6GTK_2_13_6Matthias Clasen2008-08-051-1/+1
| | | | svn path=/trunk/; revision=21015
* add the generated PNGs to CLEANFILES.Michael Natterer2008-08-041-0/+4
| | | | | | | | | 2008-08-04 Michael Natterer <mitch@imendio.com> * gdk/tests/Makefile.am: add the generated PNGs to CLEANFILES. svn path=/trunk/; revision=20961
* Fix svn:ignore and the include conditionSven Herzberg2008-07-221-1/+1
| | | | | | | | | | | 2008-07-22 Sven Herzberg <sven@imendio.com> Fix svn:ignore and the include condition * gdk/tests/check-gdk-cairo.c: ifndef => ifdef svn path=/trunk/; revision=20896
* Add a test for my fixes from July 20th.Sven Herzberg2008-07-222-0/+159
2008-07-22 Sven Herzberg <sven@imendio.com> Add a test for my fixes from July 20th. * configure.in: create gdk/tests/Makefile * gdk/Makefile.am: include the tests subfolder * gdk/tests/Makefile.am: create and run my test * gdk/tests/check-gdk-cairo.c (test), (main): the test that I wrote (passes at least for x11 and quartz backends) svn path=/trunk/; revision=20894