diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2011-03-01 14:15:37 -0500 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2011-03-01 14:17:13 -0500 |
commit | 7efb9a8d35bf22a4b8c289684ef5591f03da9e94 (patch) | |
tree | 16fc0306046e8d62629a0e8d9e1f47d4e2a845e2 /tests | |
parent | 6ff3282cd5819897f7b8ad8cd60ca5b0ce1aef74 (diff) |
Moved sqlite test with dbus tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 1 | ||||
-rw-r--r-- | tests/dbus/Makefile.am | 1 | ||||
-rw-r--r-- | tests/dbus/test-tpl-log-store-sqlite.c (renamed from tests/test-tpl-log-store-sqlite.c) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index ec01564..0e22692 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -9,7 +9,6 @@ EXTRA_DIST = logs noinst_PROGRAMS = \ test-tpl-channel \ test-tpl-conf \ - test-tpl-log-store-sqlite \ $(NULL) TESTS = $(noinst_PROGRAMS) diff --git a/tests/dbus/Makefile.am b/tests/dbus/Makefile.am index b5868f0..1cca85d 100644 --- a/tests/dbus/Makefile.am +++ b/tests/dbus/Makefile.am @@ -2,6 +2,7 @@ noinst_PROGRAMS = \ test-entity \ test-log-manager \ test-tpl-log-store-pidgin \ + test-tpl-log-store-sqlite \ test-tpl-log-store-xml \ test-tpl-observer \ $(NULL) diff --git a/tests/test-tpl-log-store-sqlite.c b/tests/dbus/test-tpl-log-store-sqlite.c index 385d618..385d618 100644 --- a/tests/test-tpl-log-store-sqlite.c +++ b/tests/dbus/test-tpl-log-store-sqlite.c |