diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-07 16:28:32 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-07 16:28:32 +0200 |
commit | fd4e80e59f966ac3329d15920f0a699a251f0a8d (patch) | |
tree | fc7264de9151ef25408a7971121f13e0726f2ba7 /tests | |
parent | 92fe674be3a9b3d0d18a9018e52fcfe5eca7732e (diff) |
rename test-tpl-log-entry.c to test-tpl-entry.c
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 4 | ||||
-rw-r--r-- | tests/test-tpl-entry.c (renamed from tests/test-tpl-log-entry.c) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index f8178ed..4637e73 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -11,7 +11,7 @@ LDADD = \ noinst_PROGRAMS = \ test-tpl-channel \ test-tpl-conf \ - test-tpl-log-entry \ + test-tpl-entry \ test-tpl-log-store-sqlite \ test-tpl-log-manager \ test-tpl-observer \ @@ -60,7 +60,7 @@ check_c_sources = \ tpl-channel-test.c \ test-tpl-channel.c \ test-tpl-conf.c \ - test-tpl-log-entry.c \ + test-tpl-entry.c \ test-tpl-observer.c \ test-searches.c \ $(NULL) diff --git a/tests/test-tpl-log-entry.c b/tests/test-tpl-entry.c index f7d27d7..f7d27d7 100644 --- a/tests/test-tpl-log-entry.c +++ b/tests/test-tpl-entry.c |