File: dune

package info (click to toggle)
ocaml-spawn 0.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 212 kB
  • sloc: ansic: 569; ml: 374; makefile: 22
file content (14 lines) | stat: -rw-r--r-- 261 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(library
 (name spawn_test)
 (libraries unix spawn)
 (enabled_if
  (>= %{ocaml_version} 4.04))
 (inline_tests
  (deps
   exe/hello.exe
   exe/list_files.exe
   exe/print_env.exe
   pgid_test/checkpgid.exe
   (sandbox always)))
 (preprocess
  (pps ppx_expect)))