[libbacktrace] Test check_PROGRAMS without mmap
authorTom de Vries <tdevries@suse.de>
Fri, 30 Nov 2018 15:33:12 +0000 (15:33 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Fri, 30 Nov 2018 15:33:12 +0000 (15:33 +0000)
commit9b7d1a9741bb4064a091a9c065487dafe7408102
treeb450a8f53fb0dbcfa0b31fd47a9f9abba02c5e8d
parent37eafc06ddd47ded562f58a1e53eb3f589f8e158
[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.

From-SVN: r266667
libbacktrace/ChangeLog
libbacktrace/Makefile.am
libbacktrace/Makefile.in