Skip to content
Snippets Groups Projects
Commit df4429fc authored by Łukasz Jendrysik's avatar Łukasz Jendrysik Committed by Jakub Jirutka
Browse files

community/glances: add test

parent f6e1bd3c
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment