Skip to content

Commit

Permalink
Parallelise many Holmake test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
mn200 committed Sep 11, 2023
1 parent 11636cd commit e985be8
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 30 deletions.
38 changes: 38 additions & 0 deletions tools/Holmake/tests/parallel_tests/Holmakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
CLINE_OPTIONS = -r
DIRNAMES = \
altquote1 \
brokenstrings \
clinevars \
holpathdb/proj2 \
holpathdb/proj2/proj2A \
depchain1/dir3 \
depchain2/dir1 \
holdep \
nullary_tgt \
phony_tgt \
quote-filter \
theorytarget \
commandmacros \
doublecrnl \
coproduct \
noprereqs/dir1 \
noprereqs/dir2 \
noprereqs/dir3 \
noprereqs/dir4 \
indepchildren \
empty_script \
deps_of_depthys \
gh604 \
ignore_errors/j1 \
qfreadTheoremsyntax

ifdef POLY
DIRNAMES += cheatspotting \
depchain_heap/ \
depchain_heap/dir2 \
ignore_errors/j4 \
hollogs
endif


INCLUDES = $(patsubst %,../%,$(DIRNAMES))
31 changes: 1 addition & 30 deletions tools/sequences/kernel
Original file line number Diff line number Diff line change
Expand Up @@ -29,35 +29,6 @@ src/1
src/proofman
[poly]bin/hol.bare
!src/proofman/tests
!tools/Holmake/tests/clinevars
!tools/Holmake/tests/holpathdb/proj2
!tools/Holmake/tests/holpathdb/proj2/proj2A
!tools/Holmake/tests/depchain1/dir3
!tools/Holmake/tests/depchain2/dir1
!tools/Holmake/tests/altquote1
!tools/Holmake/tests/brokenstrings
!tools/Holmake/tests/holdep
!tools/Holmake/tests/nullary_tgt
!tools/Holmake/tests/phony_tgt
!tools/Holmake/tests/quote-filter
!tools/Holmake/tests/theorytarget
!tools/Holmake/tests/commandmacros
!tools/Holmake/tests/doublecrnl
[poly]!tools/Holmake/tests/cheatspotting
[poly]!tools/Holmake/tests/depchain_heap/
[poly]!tools/Holmake/tests/depchain_heap/dir2
!tools/Holmake/tests/coproduct
!tools/Holmake/tests/noprereqs/dir1
!tools/Holmake/tests/noprereqs/dir2
!tools/Holmake/tests/noprereqs/dir3
!tools/Holmake/tests/noprereqs/dir4
!tools/Holmake/tests/indepchildren
!tools/Holmake/tests/empty_script
!tools/Holmake/tests/deps_of_depthys
!tools/Holmake/tests/gh604
!tools/Holmake/tests/ignore_errors/j1
!tools/Holmake/tests/qfreadTheoremsyntax
!tools/Holmake/tests/preexec
[poly]!tools/Holmake/tests/ignore_errors/j4
[poly]!tools/Holmake/tests/hollogs
!tools/Holmake/tests/parallel_tests
!src/1/theory_tests

0 comments on commit e985be8

Please sign in to comment.