Fix check function

This commit is contained in:
Adrian Perez de Castro 2022-10-25 01:01:59 +03:00
parent 7926c82a5e
commit 5ccc1f2ba5
Failed to extract signature
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
pkgbase = nvc
pkgdesc = VHDL compiler and simulator
pkgver = 1.7.2
pkgrel = 1
pkgrel = 2
url = https://www.nickg.me.uk/nvc
arch = x86_64
arch = i686

View file

@ -2,7 +2,7 @@
pkgdesc='VHDL compiler and simulator'
pkgname=nvc
pkgver=1.7.2
pkgrel=1
pkgrel=2
url=https://www.nickg.me.uk/nvc
license=(GPL3)
conflicts=(nvc-git)
@ -35,9 +35,9 @@ build () {
}
check () {
return # TODO: Currently one test case fails.
cd "${pkgname}-${pkgver%.0}/_build"
make check
# TODO: Currently one test case fails.
# make check
}
package () {