mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
try to fix ci
This commit is contained in:
parent
9c763991ef
commit
1450b869f9
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
(alias
|
||||
(name runtest)
|
||||
(locks /ctest)
|
||||
(deps (source_tree test_data))
|
||||
(action
|
||||
(ignore-stdout
|
||||
(run ./id_sexp.exe test_data/benchpress.sexp))))
|
||||
|
|
@ -17,6 +18,7 @@
|
|||
(alias
|
||||
(name runtest)
|
||||
(locks /ctest)
|
||||
(deps (source_tree test_data))
|
||||
(action
|
||||
(ignore-stdout
|
||||
(run ./ccparse_sexp.exe test_data/benchpress.sexp))))
|
||||
|
|
@ -24,6 +26,7 @@
|
|||
(alias
|
||||
(name runtest)
|
||||
(locks /ctest)
|
||||
(deps (source_tree test_data))
|
||||
(action
|
||||
(ignore-stdout
|
||||
(run ./ccparse_irclogs.exe test_data/irc-logs.txt))))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue