summaryrefslogtreecommitdiff
path: root/test/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add a regression test for fd.o #23831Simon McVittie2010-12-021-1/+7
|
* Makefile.am, test/Makefile.am: Use @abs_top_builddir@, @abs_top_srcdir@Simon McVittie2007-08-061-4/+6
| | | | | This fixes incorrect Python path for docs and tests if doing an out-of-tree build using an absolute path for $(srcdir), and is also less ugly.
* test/test-p2p.py: Added. Test "peer-to-peer" connections.Simon McVittie2007-04-301-0/+1
| | | | | (Actually tested by connecting to the bus daemon, because I haven't implemented a Python binding for DBusServer yet.)
* Split up Makefile.am between subdirectoriesSimon McVittie2007-01-221-0/+44
As well as being conventional, this seems to be necessary to avoid having dbus_py_test.so installed, while still having it be a Libtool shared library (noinst libraries are helpfully made static).