Add noinst convenience test library, add a test-shutdown
authorColin Walters <walters@verbum.org>
Fri, 30 May 2008 20:53:35 +0000 (16:53 -0400)
committerColin Walters <walters@verbum.org>
Fri, 30 May 2008 20:53:35 +0000 (16:53 -0400)
commita73a79a155e97a3bd0d3ce5001ca6b9db803eeeb
treef1c3baeb481bcc0f485a7f9371f1fdc43f0efe08
parent9d8989cfec02e6ca41f8ffa0ccda16c93ddcb23c
Add noinst convenience test library, add a test-shutdown

* test/Makefile.am: New convenience library
libdbus_testutils_la.  Reorder build so that
test/ gets built before test/name-test so
name-test files can depend on it.
* test/name-test/test-shutdown.c: New file,
exercises dbus_shutdown () a bit.
* test/name-test/run-test.sh Run test-shutdown.
* test/test-utils.h: In some cases we already have
DBUS_COMPILATION defined, avoid double definition
warning.
test/Makefile.am
test/name-test/Makefile.am
test/name-test/run-test.sh
test/name-test/test-shutdown.c [new file with mode: 0644]
test/test-utils.h