diff options
author | Martin Bangens <marbangens@gmail.com> | 2023-05-13 11:48:07 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-13 17:01:33 +0700 |
commit | 32d58ead6842a7daaa3af0adc5917d78e03462f4 (patch) | |
tree | 365a79e99f6d0051355c9485bfb3829ea3b7b201 | |
parent | a522cc670160c0d4841353d6893553cbf0f37cae (diff) |
libraries/ghc_filesystem: Fix tests
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/ghc_filesystem/ghc_filesystem.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghc_filesystem/ghc_filesystem.SlackBuild b/libraries/ghc_filesystem/ghc_filesystem.SlackBuild index 307bb4bbcd9f..4f11f863d972 100644 --- a/libraries/ghc_filesystem/ghc_filesystem.SlackBuild +++ b/libraries/ghc_filesystem/ghc_filesystem.SlackBuild @@ -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 .. |