mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
enable qtest for resp2
This commit is contained in:
parent
deef13eb36
commit
fb7c4a1208
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
|||
(rule
|
||||
(targets run_qtest.ml)
|
||||
(deps ./make.exe (source_tree ../src))
|
||||
(action (run ./make.exe -target %{targets} ../src/core ../src/unix/)))
|
||||
(action (run ./make.exe -target %{targets} ../src/core ../src/unix/ ../src/resp2)))
|
||||
|
||||
(executable
|
||||
(name run_qtest)
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
(modules run_qtest)
|
||||
; disable some warnings in qtests
|
||||
(flags :standard -warn-error -a -w -3-33-35-27-39-50)
|
||||
(libraries iter gen qcheck containers containers.unix unix uutf threads))
|
||||
(libraries iter gen qcheck containers containers.resp2 containers.unix unix uutf threads))
|
||||
|
||||
(rule
|
||||
(alias runtest)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue