Skip to content

Commit

Permalink
reword valgrind tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RedYetiDev committed Sep 17, 2024
1 parent 8b69628 commit 42523dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ test-cov: all ## Runs coverage tests.
CI_SKIP_TESTS=$(COV_SKIP_TESTS) $(MAKE) jstest

.PHONY: test-valgrind
test-valgrind: all ## Runs valgrind tests.
test-valgrind: all ## Runs tests using valgrind.
$(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=$(BUILDTYPE_LOWER) --valgrind sequential parallel message

.PHONY: test-check-deopts
Expand Down Expand Up @@ -526,7 +526,7 @@ test-all: test-build ## Run default tests with both Debug and Release builds.
$(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=debug,release

.PHONY: test-all-valgrind
test-all-valgrind: test-build ## Test all valgrind tests
test-all-valgrind: test-build ## Run all tests using valgrind.
$(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=debug,release --valgrind

.PHONY: test-all-suites
Expand Down

0 comments on commit 42523dc

Please sign in to comment.