Re: [libbacktrace] Don't assign check_PROGRAMS to TESTS

2019-01-28 Thread Ian Lance Taylor
On Mon, Jan 28, 2019 at 3:05 PM Tom de Vries wrote: > > [ was: Re: [backtrace] Avoid segfault ] > > On 27-01-19 22:16, Tom de Vries wrote: > > +# The file b2test_buildid is an objcopy of b2test, so these programs share > > the > > +# same build-id. The first time b2test is run, there's no corres

[libbacktrace] Don't assign check_PROGRAMS to TESTS

2019-01-28 Thread Tom de Vries
in libbacktrace/Makefile.am, which forces b2test to be run, even though I specify just "check_PROGRAMS += b2test". This patch undoes that setting, and introduces a variable BUILDTESTS to indicate that a test needs to be both build and run. OK for trunk? Thanks, - Tom [libbacktrace] Don