Skip to content

Commit

Permalink
libirmin: still hangs on freebsd
Browse files Browse the repository at this point in the history
  • Loading branch information
art-w committed Sep 6, 2024
1 parent 7a45a57 commit 1f72ff8
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions test/libirmin/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@
(alias runtest)
(package libirmin)
(action
(setenv
DYLD_FALLBACK_LIBRARY_PATH
../../src/libirmin/lib
(progn
(echo "\n\n\ntest libirmin on: " %{system} "\n\n\n")
(setenv
LD_LIBRARY_PATH
DYLD_FALLBACK_LIBRARY_PATH
../../src/libirmin/lib
(run ./test.exe)))))
(setenv
LD_LIBRARY_PATH
../../src/libirmin/lib
(run ./test.exe)))))
(enabled_if
(<> %{system} "bsd")))

(rule
(targets test.exe)
Expand Down

0 comments on commit 1f72ff8

Please sign in to comment.