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).
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user