Skip to content
Snippets Groups Projects
Commit 7e9c4701 authored by Alexey Yerin's avatar Alexey Yerin Committed by Celeste
Browse files

testing/tree-sitter-haskell: enable tests

parent 91e74a4a
No related branches found
No related tags found
1 merge request!71531testing/tree-sitter-haskell: upgrade to 0.23.0
Pipeline #257091 skipped
...@@ -8,14 +8,18 @@ url="https://github.com/tree-sitter/tree-sitter-haskell" ...@@ -8,14 +8,18 @@ url="https://github.com/tree-sitter/tree-sitter-haskell"
arch="all" arch="all"
license="MIT" license="MIT"
makedepends="tree-sitter-dev" makedepends="tree-sitter-dev"
checkdepends="tree-sitter-cli"
install_if="tree-sitter-grammars" install_if="tree-sitter-grammars"
source="https://github.com/tree-sitter/tree-sitter-haskell/archive/v$pkgver/tree-sitter-haskell-$pkgver.tar.gz" source="https://github.com/tree-sitter/tree-sitter-haskell/archive/v$pkgver/tree-sitter-haskell-$pkgver.tar.gz"
options="!check" # no tests for shared lib
build() { build() {
abuild-tree-sitter build abuild-tree-sitter build
} }
check() {
tree-sitter test
}
package() { package() {
DESTDIR="$pkgdir" abuild-tree-sitter install DESTDIR="$pkgdir" abuild-tree-sitter install
} }
......
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