mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 18:55:29 +03:00
https://github.com/gperftools/gperftools Fast, multi-threaded malloc and nifty performance analysis tools
67 lines
3 KiB
Diff
67 lines
3 KiB
Diff
diff --git a/Makefile.am b/Makefile.am
|
|
index 1755f15..3852b7a 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -362,7 +362,7 @@ noinst_LTLIBRARIES += libfake_stacktrace_scope.la
|
|
libfake_stacktrace_scope_la_SOURCES = src/fake_stacktrace_scope.cc
|
|
|
|
### Unittests
|
|
-TESTS += stacktrace_unittest
|
|
+#TESTS += stacktrace_unittest
|
|
STACKTRACE_UNITTEST_INCLUDES = src/config_for_unittests.h \
|
|
src/base/commandlineflags.h \
|
|
$(STACKTRACE_INCLUDES) \
|
|
@@ -1095,7 +1095,7 @@ sampler_test_LDADD = $(LIBTCMALLOC) $(PTHREAD_LIBS) -lm
|
|
TESTS_ENVIRONMENT += BINDIR=.
|
|
TESTS_ENVIRONMENT += TMPDIR=/tmp/perftools
|
|
|
|
-TESTS += sampling_test.sh$(EXEEXT)
|
|
+#TESTS += sampling_test.sh$(EXEEXT)
|
|
sampling_test_sh_SOURCES = src/tests/sampling_test.sh
|
|
noinst_SCRIPTS += $(sampling_test_sh_SOURCES)
|
|
sampling_test.sh$(EXEEXT): $(top_srcdir)/$(sampling_test_sh_SOURCES) \
|
|
@@ -1119,7 +1119,7 @@ endif WITH_HEAP_PROFILER_OR_CHECKER
|
|
|
|
if WITH_HEAP_PROFILER
|
|
|
|
-TESTS += heap-profiler_unittest.sh$(EXEEXT)
|
|
+#TESTS += heap-profiler_unittest.sh$(EXEEXT)
|
|
heap_profiler_unittest_sh_SOURCES = src/tests/heap-profiler_unittest.sh
|
|
noinst_SCRIPTS += $(heap_profiler_unittest_sh_SOURCES)
|
|
heap-profiler_unittest.sh$(EXEEXT): $(top_srcdir)/$(heap_profiler_unittest_sh_SOURCES) \
|
|
@@ -1149,7 +1149,7 @@ endif WITH_HEAP_PROFILER
|
|
|
|
if WITH_HEAP_CHECKER
|
|
|
|
-TESTS += heap-checker_unittest.sh$(EXEEXT)
|
|
+#TESTS += heap-checker_unittest.sh$(EXEEXT)
|
|
heap_checker_unittest_sh_SOURCES = src/tests/heap-checker_unittest.sh
|
|
noinst_SCRIPTS += $(heap_checker_unittest_sh_SOURCES)
|
|
heap-checker_unittest.sh$(EXEEXT): $(top_srcdir)/$(heap_checker_unittest_sh_SOURCES) \
|
|
@@ -1157,7 +1157,7 @@ heap-checker_unittest.sh$(EXEEXT): $(top_srcdir)/$(heap_checker_unittest_sh_SOUR
|
|
rm -f $@
|
|
cp -p $(top_srcdir)/$(heap_checker_unittest_sh_SOURCES) $@
|
|
|
|
-TESTS += heap-checker-death_unittest.sh$(EXEEXT)
|
|
+#TESTS += heap-checker-death_unittest.sh$(EXEEXT)
|
|
heap_checker_death_unittest_sh_SOURCES = src/tests/heap-checker-death_unittest.sh
|
|
noinst_SCRIPTS += $(top_srcdir)/$(heap_checker_death_unittest_sh_SOURCES)
|
|
heap-checker-death_unittest.sh$(EXEEXT): $(heap_checker_death_unittest_sh_SOURCES) \
|
|
@@ -1266,7 +1266,7 @@ endif WITH_HEAP_PROFILER
|
|
|
|
if WITH_HEAP_CHECKER
|
|
|
|
-TESTS += heap-checker_debug_unittest.sh$(EXEEXT)
|
|
+#TESTS += heap-checker_debug_unittest.sh$(EXEEXT)
|
|
heap_checker_debug_unittest_sh_SOURCES = src/tests/heap-checker_unittest.sh
|
|
heap-checker_debug_unittest.sh$(EXEEXT): $(top_srcdir)/$(heap_checker_unittest_sh_SOURCES) \
|
|
heap-checker_debug_unittest
|
|
@@ -1347,7 +1347,7 @@ profile_handler_unittest_CXXFLAGS = $(PTHREAD_CFLAGS)
|
|
profile_handler_unittest_LDFLAGS = $(PTHREAD_CFLAGS)
|
|
profile_handler_unittest_LDADD = $(LIBPROFILER) $(PTHREAD_LIBS)
|
|
|
|
-TESTS += profiler_unittest.sh$(EXEEXT)
|
|
+#TESTS += profiler_unittest.sh$(EXEEXT)
|
|
profiler_unittest_sh_SOURCES = src/tests/profiler_unittest.sh
|
|
noinst_SCRIPTS += $(profiler_unittest_sh_SOURCES)
|
|
profiler_unittest.sh$(EXEEXT): $(top_srcdir)/$(profiler_unittest_sh_SOURCES) \
|