[gmime] Run the encodings unit tests by default
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gmime] Run the encodings unit tests by default
- Date: Wed, 28 Nov 2018 18:32:45 +0000 (UTC)
commit c1ab9151872424d31cb0a0d455a541490950caea
Author: Jeffrey Stedfast <jestedfa microsoft com>
Date: Sun Nov 25 18:55:26 2018 -0500
Run the encodings unit tests by default
tests/Makefile.am | 13 +++++++------
tests/{test-encoders.c => test-encodings.c} | 0
2 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 15997773..9a2ee8d4 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -13,7 +13,7 @@ AUTOMATED_TESTS = \
test-iconv \
test-streams \
test-cat \
- test-encoders \
+ test-encodings \
test-filters \
test-headers \
test-mime-part \
@@ -79,10 +79,10 @@ test_mbox_LDFLAGS =
test_mbox_DEPENDENCIES = $(DEPS)
test_mbox_LDADD = $(LDADDS)
-test_encoders_SOURCES = test-encoders.c testsuite.c testsuite.h
-test_encoders_LDFLAGS =
-test_encoders_DEPENDENCIES = $(DEPS)
-test_encoders_LDADD = $(LDADDS)
+test_encodings_SOURCES = test-encodings.c testsuite.c testsuite.h
+test_encodings_LDFLAGS =
+test_encodings_DEPENDENCIES = $(DEPS)
+test_encodings_LDADD = $(LDADDS)
test_filters_SOURCES = test-filters.c testsuite.c testsuite.h
test_filters_LDFLAGS =
@@ -138,7 +138,8 @@ endif
EXTRA_DIST = $(wildcard empty*.msg rfc2060.msg data/pgp*/* data/smime/* \
data/partial/input/photo-discuss/*.eml data/partial/output/* \
- data/mbox/*put/substring.mbox data/filters/* data/mime-part/*)
+ data/mbox/*put/substring.mbox data/filters/* data/mime-part/* \
+ data/encodings/*)
VERBOSITY=-v
diff --git a/tests/test-encoders.c b/tests/test-encodings.c
similarity index 100%
rename from tests/test-encoders.c
rename to tests/test-encodings.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]