]> git.ipfire.org Git - thirdparty/gcc.git/commit
[libbacktrace] Test check_PROGRAMS without mmap
authorvries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Nov 2018 15:33:12 +0000 (15:33 +0000)
committervries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Nov 2018 15:33:12 +0000 (15:33 +0000)
commit8a4ef2e41fc46cb9e10c01edfec8fdd1615e9a32
treeb450a8f53fb0dbcfa0b31fd47a9f9abba02c5e8d
parent07f113eac8fb49535ac167d5176868cfa891208f
[libbacktrace] Test check_PROGRAMS without mmap

When building libbacktrace, we typically use mmapio.c and mmap.c, and don't
build read.c and alloc.c.

Add testcases that use read.c and alloc.c to ensure that we also build and
test those on a typical development setup.

Bootstrapped and reg-tested on x86_64.

2018-11-30  Tom de Vries  <tdevries@suse.de>

* Makefile.am : Add _with_alloc version for each test in
check_PROGRAMS.
* Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@266667 138bc75d-0d04-0410-961f-82ee72b054a4
libbacktrace/ChangeLog
libbacktrace/Makefile.am
libbacktrace/Makefile.in