From: Rico Tzschichholz Date: Tue, 4 May 2021 07:21:10 +0000 (+0200) Subject: build: Add "test-asan" make target for convenience X-Git-Tag: 0.53.1~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=318df95914d5db6a25916972180ab4faee992d19;p=thirdparty%2Fvala.git build: Add "test-asan" make target for convenience --- diff --git a/Makefile.am b/Makefile.am index 992f95f51..336125516 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,6 +48,10 @@ bootstrap: all test: cd tests && $(MAKE) $(AM_MAKEFLAGS) check +.PHONY: test-asan +test-asan: + cd tests && $(MAKE) $(AM_MAKEFLAGS) check TEST_CFLAGS="$(TEST_CFLAGS) -g3 -fsanitize=address -fno-omit-frame-pointer" + #if ENABLE_COVERAGE .PHONY: coverage coverage-report coverage: