gmon: Run tst-gmon-prof only for run-built-tests=yes

This commit is contained in:
Florian Weimer 2017-08-15 18:35:42 +02:00
parent bbf5c4388a
commit 6b11a6ad71
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2017-08-15 Florian Weimer <fweimer@redhat.com>
* gmon/Makefile (tests-special): Add tst-gmon-prof only if
run-built-tests.
2017-08-15 Florian Weimer <fweimer@redhat.com>
Remove BROKEN_THREAD_SIGNALS support for LinuxThreads.

View File

@ -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