Re: [libgo] Support GOTESTFLAGS
Rainer Orth writes: > 2011-03-20 Rainer Orth > > * Makefile.am (CHECK): Use $(GOTESTFLAGS). > * Makefile.in: Regenerate. Thanks. Committed. Ian
[libgo] Support GOTESTFLAGS
The following patch came in handy when I need to repeat an individual libgo test and investigate the resulting binary: $ make GOTESTFLAGS=--keep /check does the trick and is far neater than modifying the generated Makefile. Rainer 2011-03-20 Rainer Orth * Makefile.am (CHECK