]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgo/Makefile.am
runtime: introduce build targets for running benchmarks
authorIan Lance Taylor <ian@gcc.gnu.org>
Tue, 1 Jul 2014 23:19:24 +0000 (23:19 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 1 Jul 2014 23:19:24 +0000 (23:19 +0000)
commitffa98da4709d365d291955d8564b8be683d56ed7
tree785728d7da32e48edda7da9938acfc4bf0835f12
parent25eff60debb13f86c0c11929544c43e476683057
runtime: introduce build targets for running benchmarks

This introduces the "bench" build target, which can be used to run
all benchmarks.

It is also possible to run subsets of benchmarks with the
"package/check" build targets by setting GOBENCH to a matching regex.

From-SVN: r212212
libgo/Makefile.am
libgo/Makefile.in
libgo/testsuite/gotest