File: dune

package info (click to toggle)
pgocaml 4.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 340 kB
  • sloc: ml: 2,996; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 206 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
(executable
  (name test_ppx)
  (preprocessor_deps config.sexp)
  (libraries oUnit result pgocaml)
  (preprocess (pps pgocaml_ppx)))

(alias
  (name runtest)
  (deps test_ppx.exe)
  (action (run %{deps})))