From f8db2e42897d0c620fbe8b373603fd56772d580d Mon Sep 17 00:00:00 2001 From: Roberto Oliveira Date: Tue, 5 Jun 2018 19:56:55 +0000 Subject: testing/flatbuffers: add check --- testing/flatbuffers/APKBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/testing/flatbuffers/APKBUILD b/testing/flatbuffers/APKBUILD index be4858217f..652fc81a72 100644 --- a/testing/flatbuffers/APKBUILD +++ b/testing/flatbuffers/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=flatbuffers pkgver=1.9.0 -pkgrel=0 +pkgrel=1 pkgdesc="Memory Efficient Serialization Library" url="http://google.github.io/flatbuffers/" arch="all !s390x" @@ -24,6 +24,11 @@ build() { make } +check() { + cd "$builddir"/build + make test +} + package() { cd "$builddir"/build make install DESTDIR="$pkgdir" -- cgit v1.2.3