summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2021-11-07 11:41:55 +0200
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2021-11-08 23:58:05 +0200
commit48d3f9cfab7c6bb9dc632b5e658026248c869c28 (patch)
tree0fd6debe17400bc7656832497387f0bff721d39e /contrib
parent67b16acbb28fa3d737a0a037c1ffa1303b971ce9 (diff)
tests: move to subdir, move to meson
De-clutter the source directories a bit. Ensure tests build with meson, and remove from autotools in a few places (no need to do things twice).
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index faaf7cc..00687a6 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -19,13 +19,8 @@ include $(top_srcdir)/gtest.mk
AM_CPPFLAGS=$(GMIME_CFLAGS) $(GLIB_CFLAGS) -I${prefix}/include
AM_CFLAGS=-Wall -Wextra -Wno-unused-parameter -Wdeclaration-after-statement -pedantic
-noinst_PROGRAMS=gmime-test
-gmime_test_SOURCES=gmime-test.c
-gmime_test_LDADD=$(GMIME_LIBS) $(GLIB_LIBS)
-
EXTRA_DIST= \
mu-completion.zsh \
mu-sexp-convert \
mu.spec
-