mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
13 lines
282 B
Text
13 lines
282 B
Text
|
|
|
|
(executable
|
|
(name check_labelled_mods)
|
|
(flags :standard -warn-error -a -w -3-33-35-27-39-50 -nolabels)
|
|
(libraries containers))
|
|
|
|
; what matters is that it compiles
|
|
(alias
|
|
(name runtest)
|
|
(locks ctest)
|
|
(package containers)
|
|
(action (run ./check_labelled_mods.exe)))
|