mirror of
https://github.com/openXC7/prjxray.git
synced 2026-08-22 14:06:54 +02:00
fuzzers: Add 000-init-db fuzzer.
Creates the .db files via make rather than via sourcing settings.sh allowing pip fuzzers to interact correctly with `make clean`. Fixes #604. Signed-off-by: Tim 'mithro' Ansell <[email protected]>
This commit is contained in:
+3
-1
@@ -18,8 +18,10 @@ $(1)/run.ok: $(addsuffix /run.ok,$(2))
|
||||
$$(MAKE) -C $(1) run
|
||||
endef
|
||||
|
||||
$(eval $(call fuzzer,000-init-db,))
|
||||
|
||||
ifneq ($(FUZZONLY),Y)
|
||||
$(eval $(call fuzzer,001-part-yaml,))
|
||||
$(eval $(call fuzzer,001-part-yaml,000-init-db))
|
||||
$(eval $(call fuzzer,005-tilegrid,001-part-yaml))
|
||||
else
|
||||
all:: 005-tilegrid/run.ok
|
||||
|
||||
Reference in New Issue
Block a user