Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Software
COOL
Commits
caa394c6
Commit
caa394c6
authored
Feb 25, 2022
by
Simon Prucker
Browse files
fitting types
parent
9a551910
Pipeline
#13946
waiting for manual action with stages
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
lib/tests/testsuite/cool_testsuite.ml
View file @
caa394c6
...
...
@@ -141,10 +141,10 @@ let ctl_fast_testcases =
let
funel_of_functor
f
=
FE
.
Unary
[
CM
.
string_of_functor
f
]
let
k
=
funel_of_functor
CM
.
MultiModalK
let
prop_onestepFunc_tableau_K
=
onestepFunc_equals_tableau
"K"
FG
.
formula_K
k
let
prop_onestepFunc_tableau_K
=
onestepFunc_equals_tableau
"K"
FG
.
formula_K
!
CM
.
sortTable
let
testcases
=
[
"DL98"
>:::
dl98_testcases
[
(
*
"DL98"
>:::
dl98_testcases
;
"CTL"
>:::
ctl_fast_testcases
;
"K Tableau"
>:::
k_testcases
false
;
"K Onestep"
>:::
k_testcases
true
...
...
@@ -159,7 +159,7 @@ let testcases =
(* ; "PML+K" >::: pmlOrK_testcases (\* PML is currently disabled. *\) *)
;
"K-mu (aconjunctive fragment)"
>:::
aconjunctive_testcases
;
"GML"
>:::
gml_testcases
;
"K_onestepFunc_tableau"
>:::
prop_onestepFunc_tableau_K
;
*
)
prop_onestepFunc_tableau_K
]
;;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment