Skip to content

Commit

Permalink
fixup makefile deps
Browse files Browse the repository at this point in the history
  • Loading branch information
obra committed Dec 14, 2023
1 parent d378574 commit 62ac50c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ cmake-clean:
rm -rf "${top_dir}"/testing/googletest/build/*

.PHONY: run-all
run-all: generate-all-plugins-header run-cache-warmer run-other-tests aggregate-test-results
run-all: run-cache-warmer run-other-tests aggregate-test-results

.PHONY: run-cache-warmer
run-cache-warmer: $(filter ./_cache-warmer/%,${TESTS})
run-cache-warmer: generate-all-plugins-header $(filter ./_cache-warmer/%,${TESTS})

.PHONY: run-other-tests
run-other-tests: run-cache-warmer
Expand Down

0 comments on commit 62ac50c

Please sign in to comment.