File: dune

package info (click to toggle)
opam-file-format 2.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 316 kB
  • sloc: ml: 2,056; sh: 146; makefile: 109
file content (8 lines) | stat: -rw-r--r-- 233 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
; This test (driven by Dune) ensures that the old build system works

(copy_files ../../opam-file-format.opam)

(alias
  (name runtest)
  (deps Makefile legacy.ml opam-file-format.opam (glob_files src/*))
  (action (run make test)))