libraries/bitsery: Remove test

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Martin Bångens 2024-01-06 11:24:40 +01:00 committed by Willy Sudiarto Raharjo
parent 3947afaced
commit 32b035c8c9
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 2 additions and 3 deletions

View File

@ -65,11 +65,10 @@ find -L . \
mkdir -p build
cd build
cmake \
-DBITSERY_BUILD_TESTS=ON \
-DBITSERY_BUILD_TESTS=OFF \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=None ..
make
ctest --test-dir tests
make install DESTDIR=$PKG
cd ..

View File

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/fraillt/bitsery/archive/v5.2.3/bitsery-5.2.3.tar.gz
MD5SUM="d1b40382c4329788f6635a56a91bfaf8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gtest"
REQUIRES=""
MAINTAINER="Martin Bångens"
EMAIL="marbangens@gmail.com"