mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
fix tests: use dune's locks with absolute path
This commit is contained in:
parent
294fce8634
commit
c63a2b7b37
2 changed files with 5 additions and 5 deletions
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
(alias
|
||||
(name runtest)
|
||||
(locks ctest)
|
||||
(locks /ctest)
|
||||
(package containers)
|
||||
(action (run ./run_qtest.exe)))
|
||||
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
(alias
|
||||
(name runtest)
|
||||
(package containers-data)
|
||||
(locks ctest)
|
||||
(locks /ctest)
|
||||
(action (run ./run_qtest_data.exe)))
|
||||
|
||||
(rule
|
||||
|
|
@ -57,6 +57,6 @@
|
|||
|
||||
(alias
|
||||
(name runtest)
|
||||
(locks ctest)
|
||||
(locks /ctest)
|
||||
(package containers-thread)
|
||||
(action (run ./run_qtest_thread.exe)))
|
||||
|
|
|
|||
|
|
@ -20,13 +20,13 @@
|
|||
|
||||
(alias
|
||||
(name runtest)
|
||||
(locks ctest)
|
||||
(locks /ctest)
|
||||
(package containers)
|
||||
(action (run ./test_random.exe)))
|
||||
|
||||
; what matters is that it compiles
|
||||
(alias
|
||||
(name runtest)
|
||||
(locks ctest)
|
||||
(locks /ctest)
|
||||
(package containers)
|
||||
(action (run ./check_labelled_mods.exe)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue