Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 1 | From b07435a90bd636ee718e2238fb46c74a6dd5e069 Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Tue, 22 Mar 2016 16:41:13 +0000 |
| 4 | Subject: [PATCH] disable tests |
| 5 | |
| 6 | Tests use getcontext() API which is |
| 7 | not there on musl |
| 8 | |
| 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 10 | --- |
| 11 | Upstream-Status: Inappropriate [MUSL-only] |
| 12 | |
| 13 | Makefile.am | 2 +- |
| 14 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 15 | |
| 16 | diff --git a/Makefile.am b/Makefile.am |
| 17 | index e24fe1e..15380e4 100644 |
| 18 | --- a/Makefile.am |
| 19 | +++ b/Makefile.am |
| 20 | @@ -39,7 +39,7 @@ endif |
| 21 | |
| 22 | nodist_include_HEADERS = include/libunwind-common.h |
| 23 | |
| 24 | -SUBDIRS = src tests doc |
| 25 | +SUBDIRS = src doc |
| 26 | |
| 27 | noinst_HEADERS = include/dwarf.h include/dwarf_i.h include/dwarf-eh.h \ |
| 28 | include/compiler.h include/libunwind_i.h include/mempool.h \ |
| 29 | -- |
| 30 | 1.8.3.1 |
| 31 | |