Use glib-tap.mk to setup LOG_DRIVER and LOG_COMPILER

This commit is contained in:
Ruben Laguna 2015-02-07 21:34:36 +01:00
parent 4b2bbde8a1
commit 5cd74888ff
2 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,4 @@
LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/build-aux/tap-driver.sh
LOG_COMPILER = $(top_srcdir)/build-aux/tap-test
include $(top_srcdir)/build-aux/glib-tap.mk
AM_CFLAGS = # CFLAGS applicable to all executables (products)

View File

@ -6,8 +6,8 @@ TESTS_ENVIRONMENT= \
G_DEBUG=gc-friendly \
MALLOC_CHECK_=2 \
MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256))
LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/tap-driver.sh
LOG_COMPILER = $(top_srcdir)/tap-test
LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/build-aux/tap-driver.sh
LOG_COMPILER = $(top_srcdir)/build-aux/tap-test
NULL =