summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquest2023-01-11 11:29:26 -0500
committerquest2023-01-11 11:29:26 -0500
commit3c2d5f5adcc78b06910ceb9d261a233d6fdaa2ec (patch)
tree8a95dfceccf0eb930a353382f8028fdec414e4fd
parent036d5601daf314d06f4d8d3d5ff3e71ac25fb0db (diff)
downloadaur-3c2d5f5adcc78b06910ceb9d261a233d6fdaa2ec.tar.gz
Enable tests
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 354ee4445779..f43907cd388a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bitcoin-cash-node-qt
pkgdesc = Bitcoin Cash Node with bitcoind, bitcoin-cli, bitcoin-tx, bitcoin-seeder and bitcoin-qt
pkgver = 26.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://bitcoincashnode.org
install = bitcoin.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 7a3d883efdca..f7dad2e4a3da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bitcoin-cash-node-qt
pkgver=26.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="Bitcoin Cash Node with bitcoind, bitcoin-cli, bitcoin-tx, bitcoin-seeder and bitcoin-qt"
arch=('i686' 'x86_64')
url="https://bitcoincashnode.org"
@@ -53,8 +53,8 @@ build() {
check() {
cd "$srcdir/bitcoin-cash-node-$pkgver/build"
- msg2 'Testing... (skipped)'
- #ninja check
+ msg2 'Testing...'
+ ninja test_bitcoin && src/test/test_bitcoin
}
package() {