Use glib-tap.mk to setup LOG_DRIVER and LOG_COMPILER
This commit is contained in:
parent
4b2bbde8a1
commit
5cd74888ff
|
@ -1,5 +1,4 @@
|
||||||
LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/build-aux/tap-driver.sh
|
include $(top_srcdir)/build-aux/glib-tap.mk
|
||||||
LOG_COMPILER = $(top_srcdir)/build-aux/tap-test
|
|
||||||
|
|
||||||
AM_CFLAGS = # CFLAGS applicable to all executables (products)
|
AM_CFLAGS = # CFLAGS applicable to all executables (products)
|
||||||
|
|
||||||
|
|
|
@ -6,8 +6,8 @@ TESTS_ENVIRONMENT= \
|
||||||
G_DEBUG=gc-friendly \
|
G_DEBUG=gc-friendly \
|
||||||
MALLOC_CHECK_=2 \
|
MALLOC_CHECK_=2 \
|
||||||
MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256))
|
MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256))
|
||||||
LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/tap-driver.sh
|
LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/build-aux/tap-driver.sh
|
||||||
LOG_COMPILER = $(top_srcdir)/tap-test
|
LOG_COMPILER = $(top_srcdir)/build-aux/tap-test
|
||||||
|
|
||||||
NULL =
|
NULL =
|
||||||
|
|
Loading…
Reference in New Issue
Block a user