r266668 - 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:23 2018
New Revision: 266668

URL: https://gcc.gnu.org/viewcvs?rev=266668&root=gcc&view=rev
Log:
[libbacktrace] Add tests for unused formats

When building libbacktrace, we typically use elf.c, and don't build pecoff.c,
xcoff.c or unknown.c.

Add testcases that use unused format 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 (check_PROGRAMS): Add test_elf, test_xcoff_32,
	test_xcoff_64, test_pecoff and test_unknown.
	* Makefile.in: Regenerate.
	* test_format.c: New file.

Added:
    trunk/libbacktrace/test_format.c
Modified:
    trunk/libbacktrace/ChangeLog
    trunk/libbacktrace/Makefile.am
    trunk/libbacktrace/Makefile.in



More information about the Gcc-cvs mailing list