libraries/function2: Remove test to avoid build failure.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2023-12-31 21:03:31 +07:00
parent 2ba03120aa
commit ab328d6629
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -73,7 +73,6 @@ cd build
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=None ..
make
make -k test
make install DESTDIR=$PKG
cd ..