Commit d9c842e
Enable parallel regression test execution for Windows VS 2022
Add a 'test-parallel-jobs' Makefile target to both regression/Makefile
and jbmc/regression/Makefile that uses make -j for parallelism instead
of GNU Parallel (which is unavailable on Windows runners).
The target creates a phony rule per test directory using the
$(addprefix parallel__,$(DIRS)) pattern, allowing make's built-in
job server to schedule directories in parallel.
The VS 2022 CI job is updated to use this target with -j$windows-vcpus,
replacing the sequential 'make test' invocation. This reduces test
wall-clock time from 40 minutes down to 15 minutes.
Co-authored-by: Kiro <kiro-agent@users.noreply.github.com>1 parent 5719027 commit d9c842e
3 files changed
Lines changed: 25 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
921 | 921 | | |
922 | 922 | | |
923 | 923 | | |
924 | | - | |
| 924 | + | |
925 | 925 | | |
926 | 926 | | |
927 | 927 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
45 | 58 | | |
46 | 59 | | |
47 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
115 | 126 | | |
116 | 127 | | |
117 | 128 | | |
| |||
0 commit comments