File: dune.inc

package info (click to toggle)
ocaml-mccs 1.1%2B11-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,788 kB
  • sloc: cpp: 3,870; ml: 267; sh: 166; makefile: 16
file content (16 lines) | stat: -rw-r--r-- 357 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
; 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}")))