mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
benchmark, enable 32bit, fix TEST() (#6438)
This commit is contained in:
@@ -3,13 +3,13 @@ DESCRIPTION="A library to support the benchmarking of functions, similar to unit
|
||||
HOMEPAGE="https://github.com/google/benchmark/"
|
||||
COPYRIGHT="2015-2017 Google Benchmark developers"
|
||||
LICENSE="Apache v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/google/benchmark/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="789f85b4810d13ff803834ea75999e41b326405d83d6a538baf01499eda96102"
|
||||
SOURCE_FILENAME="benchmark-$portVersion.tar.gz"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2 ?x86"
|
||||
SECONDARY_ARCHITECTURES="!x86"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion="$portVersion"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
@@ -73,5 +73,5 @@ INSTALL()
|
||||
|
||||
TEST()
|
||||
{
|
||||
make -C test
|
||||
make -C build test
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user