aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index fa5b4a3..34d5f72 100644
--- a/README.md
+++ b/README.md
@@ -73,6 +73,8 @@ output, the results compared with the .out files) and test/last.err
73Tests are always run in debug mode: this means that optimizations are 73Tests are always run in debug mode: this means that optimizations are
74disabled and some extra logging is enabled. 74disabled and some extra logging is enabled.
75 75
76More comprehensive tests (integration tests) can be performed with *tools*.
77
76## Running "tools" 78## Running "tools"
77 79
78In the tools folder there are some small programs that test various 80In the tools folder there are some small programs that test various
@@ -104,6 +106,18 @@ file in the tools/results folder.
104 106
105To build and run a tool in debug mode, use `./build -d tool`. 107To build and run a tool in debug mode, use `./build -d tool`.
106 108
109### The `solvetest` tools
110
111The tools denoted with `solvetest` can be used to test that the various
112solvers produce the correct solutions. They can be run individually as
113all other tools, or all together with
114
115```
116$ ./build solvetest # Use -d for debug mode (very slow for some solvers)
117```
118
119If one of the solvetests fails, subsequent tests are going to be skipped.
120
107## Command-line interface 121## Command-line interface
108 122
109The `shell` folder contains the code for a rudimentary shell that can 123The `shell` folder contains the code for a rudimentary shell that can

Generated with cgit - Back to sebastiano.tronto.net