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:
@ -18,7 +18,7 @@ include $(top_srcdir)/gtest.mk
|
||||
|
||||
# note, we need top_builddir for snarfing with 'make distcheck' (ie.,
|
||||
# with separate builddir)
|
||||
SUBDIRS= . mu scripts examples tests
|
||||
SUBDIRS= . mu scripts examples
|
||||
|
||||
AM_CPPFLAGS= \
|
||||
-I. -I${top_builddir} -I${top_srcdir}/lib \
|
||||
|
||||
Reference in New Issue
Block a user