We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c9192 commit ce6e9b0Copy full SHA for ce6e9b0
regression/smt2_strings/README.md
@@ -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