Skip to content

Commit ce6e9b0

Browse files
author
Joel Allred
committed
Add README.md to smt2_strings
1 parent 28c9192 commit ce6e9b0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

regression/smt2_strings/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Test Suite for SMT2 String Operations
2+
=====================================
3+
4+
The purpose of this suite is to test the level of string support of cbmc's smt2
5+
backend.
6+
7+
It can also be used to test the level of string support of any smt2 solver, by
8+
using a command such as:
9+
```
10+
../test.pl -p -F -c <path_to_solver_binary>
11+
```
12+
13+
(note the `-F` option to consider all tests tagged as "FUTURE").
14+

0 commit comments

Comments
 (0)