From 5de21f034a526e8cc4b3d680d5592758d4075d5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Wed, 1 Nov 2017 18:46:56 +0100 Subject: community/gnuplot: add check --- community/gnuplot/APKBUILD | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'community/gnuplot') diff --git a/community/gnuplot/APKBUILD b/community/gnuplot/APKBUILD index 21e6d7044b..a8d005a822 100644 --- a/community/gnuplot/APKBUILD +++ b/community/gnuplot/APKBUILD @@ -29,6 +29,10 @@ build() { make } +check() { + make GNUTERM=dumb -C "$builddir" check +} + package() { cd "$builddir" make DESTDIR="$pkgdir" install -- cgit v1.2.3