From df4429fcc1788cf2bb5bc4fc15c14b5540c777dd Mon Sep 17 00:00:00 2001 From: Ɓukasz Jendrysik Date: Mon, 15 May 2017 23:14:19 +0200 Subject: community/glances: add test --- community/glances/APKBUILD | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'community') diff --git a/community/glances/APKBUILD b/community/glances/APKBUILD index 76bfd987d5f..df3859d5e17 100644 --- a/community/glances/APKBUILD +++ b/community/glances/APKBUILD @@ -20,6 +20,11 @@ build() { python2 setup.py build } +check() { + cd "$builddir" + python2 unitest.py +} + package() { cd "$builddir" python2 setup.py install --prefix=/usr --root="$pkgdir" -- cgit v1.2.3