File: dune

package info (click to toggle)
js-of-ocaml-ocamlbuild 5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 208 kB
  • sloc: ml: 85; makefile: 15; sh: 9
file content (14 lines) | stat: -rw-r--r-- 243 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(rule
 (alias runtest)
 (deps
  (source_tree .)
  (package js_of_ocaml-ocamlbuild))
 (action
  (progn
   (run
    ocamlbuild
    -use-ocamlfind
    -plugin-tag
    "package(js_of_ocaml-ocamlbuild)"
    test.js)
   (run node _build/test.js))))