aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-08-05 10:13:43 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-08-05 10:13:43 +0200
commit950f3f27b1bbd883767ae282be25414e04f11465 (patch)
treecaf688c071c2e87de8b0e0770ea76f3432c5734c /README.md
parentce787387f258a4d7caab39d2c2c7d2161ae89a82 (diff)
downloadnissy-core-950f3f27b1bbd883767ae282be25414e04f11465.tar.gz
nissy-core-950f3f27b1bbd883767ae282be25414e04f11465.zip
Added build target to run solvetests
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