mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02:00
glib-tap.mk: fix to actually use the TAP driver
The Makefile rules in glib-tap.mk were copied from an example that assumed that all the test programs had names ending in ".test", so they didn't actually have any effect for us and resulted in us still using the standard automake test driver. Fix this so we actually do use TAP now. https://bugzilla.gnome.org/show_bug.cgi?id=711796
This commit is contained in:
committed by
Matthias Clasen
parent
8f5b40c046
commit
be231c6be0
@@ -6,7 +6,7 @@ TESTS_ENVIRONMENT= \
|
||||
G_DEBUG=gc-friendly \
|
||||
MALLOC_CHECK_=2 \
|
||||
MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256))
|
||||
TEST_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/tap-driver.sh
|
||||
LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/tap-driver.sh
|
||||
LOG_COMPILER = $(top_srcdir)/tap-test
|
||||
|
||||
NULL =
|
||||
|
Reference in New Issue
Block a user