summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/Makefile.am4
-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