mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -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
|
(alias
|
||||||
(name runtest)
|
(name runtest)
|
||||||
(locks ctest)
|
(locks /ctest)
|
||||||
(package containers)
|
(package containers)
|
||||||
(action (run ./run_qtest.exe)))
|
(action (run ./run_qtest.exe)))
|
||||||
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
(alias
|
(alias
|
||||||
(name runtest)
|
(name runtest)
|
||||||
(package containers-data)
|
(package containers-data)
|
||||||
(locks ctest)
|
(locks /ctest)
|
||||||
(action (run ./run_qtest_data.exe)))
|
(action (run ./run_qtest_data.exe)))
|
||||||
|
|
||||||
(rule
|
(rule
|
||||||
|
|
@ -57,6 +57,6 @@
|
||||||
|
|
||||||
(alias
|
(alias
|
||||||
(name runtest)
|
(name runtest)
|
||||||
(locks ctest)
|
(locks /ctest)
|
||||||
(package containers-thread)
|
(package containers-thread)
|
||||||
(action (run ./run_qtest_thread.exe)))
|
(action (run ./run_qtest_thread.exe)))
|
||||||
|
|
|
||||||
|
|
@ -20,13 +20,13 @@
|
||||||
|
|
||||||
(alias
|
(alias
|
||||||
(name runtest)
|
(name runtest)
|
||||||
(locks ctest)
|
(locks /ctest)
|
||||||
(package containers)
|
(package containers)
|
||||||
(action (run ./test_random.exe)))
|
(action (run ./test_random.exe)))
|
||||||
|
|
||||||
; what matters is that it compiles
|
; what matters is that it compiles
|
||||||
(alias
|
(alias
|
||||||
(name runtest)
|
(name runtest)
|
||||||
(locks ctest)
|
(locks /ctest)
|
||||||
(package containers)
|
(package containers)
|
||||||
(action (run ./check_labelled_mods.exe)))
|
(action (run ./check_labelled_mods.exe)))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue