Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
kazoo
Commits
bb2a7e2f
Commit
bb2a7e2f
authored
Sep 03, 2019
by
Thanassis Tsiodras
Browse files
Automatically use the proper number of cores (-j was unlimited)
parent
ae8d33cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/Makefile
View file @
bb2a7e2f
DISABLED_TESTS
=
common/
TEST_CASES
=
$(
filter-out
$(DISABLED_TESTS)
,
$(
sort
$(
dir
$(
wildcard
*
/
))))
export
MAKEFLAGS
=
"-j
$
(grep -c ^processor /proc/cpuinfo)"
all
:
@
python3 test.py all
$(TEST_CASES)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment