From 93da191f562ed18f03d95ddb3888be3c2a89581a Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sat, 30 Sep 2017 13:05:32 +0200 Subject: community/R: add very basic check --- community/R/APKBUILD | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'community/R') diff --git a/community/R/APKBUILD b/community/R/APKBUILD index 8c55434ea3..f594de82e7 100644 --- a/community/R/APKBUILD +++ b/community/R/APKBUILD @@ -56,6 +56,14 @@ build() { make -C src/nmath/standalone } +# TODO: Run provided test suite. +check() { + cd "$builddir" + + ./bin/R --version + ./bin/R --slave --vanilla -e 'print("Hello, world!")' +} + package() { local destdir="$pkgdir/$_rhome" -- cgit v1.2.3