File tree Expand file tree Collapse file tree 1 file changed +24
-3
lines changed Expand file tree Collapse file tree 1 file changed +24
-3
lines changed Original file line number Diff line number Diff line change 8
8
(:standard -w -69))
9
9
(package ortac-examples))
10
10
11
+ (rule
12
+ (alias runtest)
13
+ (package ortac-examples)
14
+ (targets lwt_dllist_spec.gospel)
15
+ (action
16
+ (run %{bin:gospel} check %{dep:lwt_dllist_spec.mli})))
17
+
11
18
(rule
12
19
(alias runtest)
13
20
(mode promote)
25
32
(run
26
33
ortac
27
34
qcheck-stm
28
- %{dep:lwt_dllist_spec.mli }
35
+ %{dep:lwt_dllist_spec.gospel }
29
36
"create ()"
30
37
"int t"
31
38
--include=lwt_dllist_incl
67
74
(libraries varray)
68
75
(package ortac-examples))
69
76
77
+ (rule
78
+ (alias runtest)
79
+ (package ortac-examples)
80
+ (targets varray_spec.gospel)
81
+ (action
82
+ (run %{bin:gospel} check %{dep:varray_spec.mli})))
83
+
70
84
(rule
71
85
(mode promote)
72
86
(alias runtest)
84
98
(run
85
99
ortac
86
100
qcheck-stm
87
- %{dep:varray_spec.mli }
101
+ %{dep:varray_spec.gospel }
88
102
"make 42 'a'"
89
103
"char t"
90
104
--include=varray_incl
107
121
(rule
108
122
(copy varray_spec.mli varray_circular_spec.mli))
109
123
124
+ (rule
125
+ (alias runtest)
126
+ (package ortac-examples)
127
+ (targets varray_circular_spec.gospel)
128
+ (action
129
+ (run %{bin:gospel} check %{dep:varray_circular_spec.mli})))
130
+
110
131
(library
111
132
(name varray_circular_spec)
112
133
(modules varray_circular_spec)
130
151
(run
131
152
ortac
132
153
qcheck-stm
133
- %{dep:varray_circular_spec.mli }
154
+ %{dep:varray_circular_spec.gospel }
134
155
"make 42 'a'"
135
156
"char t"
136
157
--include=varray_incl
You can’t perform that action at this time.
0 commit comments