aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Delete EphyIconEntry, it's unused.Xan Lopez2008-12-312-124/+0
| | | | svn path=/trunk/; revision=8655
* Update EphySearchEntry test.Xan Lopez2008-12-311-8/+4
| | | | | | There's no 'internal entry' now. svn path=/trunk/; revision=8654
* Add testephyzoomcontrol.cDiego Escalante Urrelo2008-11-302-1/+89
| | | | svn path=/trunk/; revision=8621
* tests: fix compilation when builddir != srcdirXan Lopez2008-10-141-2/+2
| | | | svn path=/trunk/; revision=8581
* Add missing config.hDiego Escalante Urrelo2008-09-291-0/+1
| | | | svn path=/trunk/; revision=8569
* tephylocationentry.c: can_undo and can_redo testsDiego Escalante Urrelo2008-09-291-0/+41
| | | | svn path=/trunk/; revision=8554
* Reindent to 2 spaces and improve the existing testsDiego Escalante Urrelo2008-09-293-114/+161
| | | | | | Add vim modelines to the files. svn path=/trunk/; revision=8553
* Add testephylocationentry.cDiego Escalante Urrelo2008-09-293-13/+166
| | | | | | See the FIXME about the mystery crasher, it's probably some kind of leak. svn path=/trunk/; revision=8552
* Revert "Makefile fixes."Diego Escalante Urrelo2008-09-291-27/+13
| | | | | | This reverts commit 58afaf81fbf64dfcb779ef2e7531afb4c11693e1. svn path=/trunk/; revision=8551
* Makefile fixes.Christian Persch2008-08-301-13/+27
| | | | svn path=/trunk/; revision=8439
* Add testephyiconentry.c to tests/Diego Escalante Urrelo2008-08-042-7/+103
| | | | | | Part of #544642. svn path=/trunk/; revision=8385
* Add the base for tests/ support.Diego Escalante Urrelo2008-08-042-0/+71
Include a test for ephysearchentry, need to make them optional too. Part of #544642. svn path=/trunk/; revision=8384