Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
colibrics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
colibrics
Commits
66d3531d
Commit
66d3531d
authored
3 years ago
by
Arthur Correnson
Browse files
Options
Downloads
Patches
Plain Diff
Automatic tests in smt_fp
parent
84a95ff2
No related branches found
No related tags found
1 merge request
!12
Feature/fp check
Pipeline
#35257
passed
3 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src_colibri2/tests/solve/smt_fp/sat/dune
+13
-0
13 additions, 0 deletions
src_colibri2/tests/solve/smt_fp/sat/dune
src_colibri2/tests/solve/smt_fp/sat/dune.inc
+11
-0
11 additions, 0 deletions
src_colibri2/tests/solve/smt_fp/sat/dune.inc
with
24 additions
and
0 deletions
src_colibri2/tests/solve/smt_fp/sat/dune
0 → 100644
+
13
−
0
View file @
66d3531d
(include dune.inc)
(rule
(alias runtest)
(deps
(glob_files *.cnf)
(glob_files *.smt2)
(glob_files *.psmt2))
(action
(with-stdout-to
dune.inc
(run %{exe:../../../generate_tests/generate_dune_tests.exe} . sat)))
(mode promote))
This diff is collapsed.
Click to expand it.
src_colibri2/tests/solve/smt_fp/sat/dune.inc
0 → 100644
+
11
−
0
View file @
66d3531d
(
rule
(
action
(
with
-
stdout
-
to
oracle
(
echo
"sat
\n
"
))))
(
rule
(
action
(
with
-
stdout
-
to
recognize_float32
.
smt2
.
res
(
run
%
{
bin
:
colibri2
}
--
max
-
steps
3000
%
{
dep
:
recognize_float32
.
smt2
}))))
(
rule
(
alias
runtest
)
(
action
(
diff
oracle
recognize_float32
.
smt2
.
res
)))
(
rule
(
action
(
with
-
stdout
-
to
recognize_float64
.
smt2
.
res
(
run
%
{
bin
:
colibri2
}
--
max
-
steps
3000
%
{
dep
:
recognize_float64
.
smt2
}))))
(
rule
(
alias
runtest
)
(
action
(
diff
oracle
recognize_float64
.
smt2
.
res
)))
(
rule
(
action
(
with
-
stdout
-
to
recognize_rounding_mode
.
smt2
.
res
(
run
%
{
bin
:
colibri2
}
--
max
-
steps
3000
%
{
dep
:
recognize_rounding_mode
.
smt2
}))))
(
rule
(
alias
runtest
)
(
action
(
diff
oracle
recognize_rounding_mode
.
smt2
.
res
)))
(
rule
(
action
(
with
-
stdout
-
to
simple_add_float32
.
smt2
.
res
(
run
%
{
bin
:
colibri2
}
--
max
-
steps
3000
%
{
dep
:
simple_add_float32
.
smt2
}))))
(
rule
(
alias
runtest
)
(
action
(
diff
oracle
simple_add_float32
.
smt2
.
res
)))
(
rule
(
action
(
with
-
stdout
-
to
simple_mul_float32
.
smt2
.
res
(
run
%
{
bin
:
colibri2
}
--
max
-
steps
3000
%
{
dep
:
simple_mul_float32
.
smt2
}))))
(
rule
(
alias
runtest
)
(
action
(
diff
oracle
simple_mul_float32
.
smt2
.
res
)))
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment