You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd standards && cargo test -p dusk-contract-standards --test data_driver_fuzz -- --ignored
53
+
54
+
standards-hardening: standards-properties standards-data-driver-fuzz ## Run long standards hardening checks
15
55
16
56
clippy: setup-compiler ## Run clippy
17
-
$(MAKE)$(SUBDIRS) MAKECMDGOALS=clippy
57
+
$(MAKE)$(LEGACY_SUBDIRS) MAKECMDGOALS=clippy
18
58
19
59
keys: ## Create the keys for the circuits
20
60
./scripts/download-rusk.sh
@@ -24,9 +64,9 @@ COMPILER_VERSION=v0.3.0-rc.1
24
64
setup-compiler: ## Setup the Dusk Contract Compiler
25
65
@./scripts/setup-compiler.sh $(COMPILER_VERSION)
26
66
27
-
doc: $(SUBDIRS)## Run doc gen
67
+
doc: $(LEGACY_SUBDIRS)## Run doc gen
28
68
29
-
$(SUBDIRS):
69
+
$(LEGACY_SUBDIRS)$(STANDARDS_WASM_CONTRACTS):
30
70
$(MAKE) -C $@$(MAKECMDGOALS)
31
71
32
-
.PHONY: all test help $(SUBDIRS)
72
+
.PHONY: all test help standards-fmt standards-check standards-test standards-wasm standards-clippy standards-ci standards-data-drivers standards-properties standards-data-driver-fuzz standards-hardening $(LEGACY_SUBDIRS)$(STANDARDS_WASM_CONTRACTS)
0 commit comments