add unit test framework to the rest of the library sources
authorDavid Zeuthen <davidz@redhat.com>
Mon, 12 Nov 2007 01:08:02 +0000 (20:08 -0500)
committerDavid Zeuthen <davidz@redhat.com>
Mon, 12 Nov 2007 01:08:02 +0000 (20:08 -0500)
commit4b340f87709d93904eb4868384b555227e656317
treec904928bfc5da04e0babda6816e8e4128bfcd3f9
parent20fa8e0d76bb34712c7854179ff305d7eedab5c1
add unit test framework to the rest of the library sources
37 files changed:
Makefile.am
doc/polkit-docs.xml
src/kit/Makefile.am
src/kit/kit-memory.c
src/kit/kit-test-main.c [new file with mode: 0644]
src/kit/kit-test.c
src/kit/kit-test.h
src/kit/kit.h
src/polkit-dbus/Makefile.am
src/polkit-dbus/polkit-dbus-test.c [new file with mode: 0644]
src/polkit-dbus/polkit-dbus-test.h [new file with mode: 0644]
src/polkit-dbus/polkit-dbus.c
src/polkit-grant/Makefile.am
src/polkit-grant/polkit-grant-test.c [new file with mode: 0644]
src/polkit-grant/polkit-grant-test.h [new file with mode: 0644]
src/polkit-grant/polkit-grant.c
src/polkit/Makefile.am
src/polkit/polkit-action.c
src/polkit/polkit-authorization-constraint.c
src/polkit/polkit-authorization-db-dummy.c
src/polkit/polkit-authorization-db.c
src/polkit/polkit-authorization.c
src/polkit/polkit-caller.c
src/polkit/polkit-config.c
src/polkit/polkit-context.c
src/polkit/polkit-error.c
src/polkit/polkit-policy-cache.c
src/polkit/polkit-policy-default.c
src/polkit/polkit-policy-file-entry.c
src/polkit/polkit-policy-file.c
src/polkit/polkit-result.c
src/polkit/polkit-seat.c
src/polkit/polkit-session.c
src/polkit/polkit-sysdeps.c
src/polkit/polkit-test.c
src/polkit/polkit-test.h
test/create-coverage-report.sh