r266667 - in /trunk/libbacktrace: ChangeLog Mak...
vries@gcc.gnu.org
vries@gcc.gnu.org
Fri Nov 30 15:33:00 GMT 2018
Author: vries
Date: Fri Nov 30 15:33:12 2018
New Revision: 266667
URL: https://gcc.gnu.org/viewcvs?rev=266667&root=gcc&view=rev
Log:
[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.
Modified:
trunk/libbacktrace/ChangeLog
trunk/libbacktrace/Makefile.am
trunk/libbacktrace/Makefile.in
More information about the Gcc-cvs
mailing list