From 6b11a6ad714e7f2bb83556c77d2306e55a94ca54 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 15 Aug 2017 18:35:42 +0200 Subject: gmon: Run tst-gmon-prof only for run-built-tests=yes --- gmon/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gmon') diff --git a/gmon/Makefile b/gmon/Makefile index 947e6b5905..39f11acec2 100644 --- a/gmon/Makefile +++ b/gmon/Makefile @@ -42,7 +42,9 @@ CFLAGS-tst-gmon.c := -pg LDFLAGS-tst-gmon := $(no-pie-ldflag) CRT-tst-gmon := $(csu-objpfx)gcrt1.o tst-gmon-ENV := GMON_OUT_PREFIX=$(objpfx)tst-gmon.data +ifeq ($(run-built-tests),yes) tests-special += $(objpfx)tst-gmon-gprof.out +endif include ../Rules -- cgit 1.4.1