File: dune.inc

package info (click to toggle)
ocaml-mccs 1.1%2B19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,804 kB
  • sloc: cpp: 3,889; ml: 269; sh: 166; makefile: 7
file content (11 lines) | stat: -rw-r--r-- 349 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
; This file is generated using `MCCS_BACKENDS=jbuilder build @settests --auto-promote`

(rule
  (with-stdout-to test-glpk.result (run %{exe:mccs_test.exe} %{dep:test.cudf})))

(rule
  (with-stdout-to test.glpk.reference (cat %{dep:test.output})))

(alias
 (name runtest)
 (action (system "diff %{dep:test-glpk.result} %{dep:test.glpk.reference}")))