summaryrefslogtreecommitdiff
path: root/test/fuzz
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-03-17 17:04:11 +0700
committerhathach <[email protected]>2023-03-17 17:04:11 +0700
commit0c174c17ad98249f5862440b9f4ff25e10fc0824 (patch)
tree879b863ecb249d1af967d863d898aa898cbce896 /test/fuzz
parenta4b17483b9e7cb5f73ec1b64cdd41987743ef4da (diff)
fix ci with building fuzz
Diffstat (limited to 'test/fuzz')
-rw-r--r--test/fuzz/rules.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/fuzz/rules.mk b/test/fuzz/rules.mk
index 825abddc5..ee91c706d 100644
--- a/test/fuzz/rules.mk
+++ b/test/fuzz/rules.mk
@@ -142,9 +142,7 @@ endif
# get depenecies
.PHONY: get-deps
get-deps:
- ifdef DEPS_SUBMODULES
- git -C $(TOP) submodule update --init $(DEPS_SUBMODULES)
- endif
+ $(PYTHON) $(TOP)/tools/get_deps.py $(DEPS_SUBMODULES)
size: $(BUILD)/$(PROJECT)
-@echo ''