some testsuites enhancement

This commit is contained in:
2022-02-21 15:22:22 +00:00
parent 5c7febf9a8
commit e70e54293d
5 changed files with 13 additions and 10 deletions

View File

@ -6,12 +6,12 @@ EXTRA_DIST = t t/test-bi.hcl
SUBDIRS =
if ENABLE_STATIC_MODULE
SUBDIRS += mod lib bin
SUBDIRS += mod lib bin t
else
SUBDIRS += lib mod bin
SUBDIRS += lib mod bin t
endif
DIST_SUBDIRS = $(SUBDIRS) ##t
DIST_SUBDIRS = $(SUBDIRS)
distclean-local:
@rm -rf $(top_srcdir)/autom4te.cache