Fix move command parsing.
[fvwm.git] / tests / README.test_options
blobf3f71b8dc63c1d8608f9efcc86e7c771d453db10
1 Run the test_options script from this directory.
2 It will configure and build fvwm multiple times for every selected
3 combination of configure options.
5 Parameters:
7   -0: build once with all options disabled/enabled (2 builds)
8   -1: build once with any single option disabled/enabled (2 builds per option)
9   -2: build once with any combination of two options disabled/enabled
10       (n * n + n builds where n is the number of options)
11   -a: all tests (2 ^ n builds)
13 The default is 'test_options -0 -1' since '-2' can take a very long time.
15 A summary logfile test_options.log is generated as well as an additional log
16 for each build (test_options.log.*). The names are self explaining.