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
|
(rule
(target constprop.ml)
(action
(run gcc -P -E %{dep:constprop.ml.c} -o %{target})))
(tests
(names
arrays
bigints
boxedints
constprop
divint
equality
eval_order_1
eval_order_2
eval_order_3
eval_order_4
eval_order_6
eval_order_7
eval_order_8
eval_order_pr10283
float
float_physical_equality
includestruct
localexn
localfunction
maps
min_int
objects
opt_variants
patmatch
pr7253
pr7533
pr7657
recvalues
sets
stringmatch
switch_opts
; tailcalls ;; fixme
trigraph
tuple_match
zero_divided_by_n)
(build_if
(>= %{ocaml_version} 5.1))
(modes js wasm))
|