libraries/ghc_filesystem: Fix tests

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Martin Bangens 2023-05-13 11:48:07 +02:00 committed by Willy Sudiarto Raharjo
parent a522cc6701
commit 32d58ead68
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -70,7 +70,7 @@ cd build
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=None ..
cmake --build .
ctest --test-dir ../test
ctest --test-dir test
DESTDIR=$PKG cmake --install .
cd ..