summaryrefslogtreecommitdiff
path: root/tests/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* tests/: remove dbus1 and gsettings programsRyan Lortie2012-07-161-2/+0
| | | | | These old programs aren't part of the test suite and they're not very useful now that we have proper testcases.
* tests/: test the libdbus-1 DBus backendRyan Lortie2012-07-111-0/+1
| | | | | | | | | Add a testcase for the libdbus-1 DBus backend. It uses the existing testcase code and undergoes the same tests as the two other backends. There is one exception: we do not test for failure to connect to D-Bus because the D-Bus connections are passed up-front for the libdbus-1 case, as arguments to dconf_dbus_client_new().
* massive Makefile reorganisationRyan Lortie2012-07-081-1/+1
| | | | | | | | | | Clean up the Makefiles and make them as similar as possible. Move CFLAGS to a common point of definition and stop using -I so much. Replace the 'dbus stub' with libdconf-mock.a in tests/. Fill in some stubs for future mock code for shm and gvdb (just to get things compiling for now).
* tests/: add shm testcaseRyan Lortie2012-07-081-0/+1
|
* tests/: add a testcase for DConfChangesetRyan Lortie2012-07-061-0/+1
|
* tests/: add a testcase for DConfClientRyan Lortie2012-07-061-0/+1
|
* tests/: add a test for DConfEngineRyan Lortie2012-07-061-0/+1
| | | | | So far just a simple test to make sure the threadsafety logic in dconf_engine_unref() is working properly.
* tests/: add a stub D-Bus backend for testingRyan Lortie2012-07-061-0/+2
| | | | | Also add some macros in the Makefile to make LDFLAGS lines for future tests easier.
* Add test for dbus backendsRyan Lortie2012-07-061-0/+2
| | | | | | | Currently we test the gdbus-thread and gdbus-filter backends. It should be possible to use the same code (with minor changes) once the dbus-1 backend is ported to the new world order.
* tests/: add gvdb testcaseRyan Lortie2012-07-061-2/+3
| | | | | | So far only the reader is tested. We also include some example gvdb databases for use by the testcase.
* Add support for libdbus-1Ryan Lortie2010-12-201-0/+1
|
* Add torture-test for GSettings backendRyan Lortie2010-12-191-0/+1
|
* refactor, add client library, add 'dconf' commandRyan Lortie2010-05-221-0/+1
Only very preliminary functionality for all of these.