1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Scripts needed for the build process
and a script which builds and tests all configurations
where as the code shows the compiler (default `g++`) is specified through
the environment variable `CXX` (as for `../configure`). Then there are
scripts for producing a source release
and scripts for testing and debugging
a script to check whether all options are actually used
a script to update the example in the `../src/cadical.hpp` header
and finally a script to normalize white space of the source code
The `color.sh` script is used by the `run.sh` scripts in `test`.