File: dune

package info (click to toggle)
ocplib-simplex 0.5.1-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 348 kB
  • sloc: ml: 1,901; makefile: 30; sh: 6
file content (51 lines) | stat: -rw-r--r-- 768 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
(tests
 (names
   solveEmpty
   standalone_minimal_maximization
   standalone_minimal
   standalone_test_strict_bounds)
 (modules
   simplex
   solveEmpty
   standalone_minimal_maximization
   standalone_minimal
   standalone_test_strict_bounds)
 (libraries ocplib-simplex zarith))

(rule
 (alias runtest)
 (action
  (diff solveEmpty.expected solveEmpty.exe.output)
 )
)

(rule
 (alias runtest)
 (action
  (diff
    standalone_minimal_maximization.expected
    standalone_minimal_maximization.exe.output
  )
 )
)

(rule
 (alias runtest)
 (action
  (diff
    standalone_minimal.expected
    standalone_minimal.exe.output
  )
 )
)

(rule
 (alias runtest)
 (action
  (diff
    standalone_test_strict_bounds.expected
    standalone_test_strict_bounds.exe.output
  )
 )
)