Skip to content

Commit 958ae7e

Browse files
authored
Fix test-extensive_hints makefile target (#2201)
* Fix test-extensive_hints makefile target * Update changelog
1 parent d03e709 commit 958ae7e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
#### Upcoming Changes
44

5+
* fix: Added `cairo_1_test_contracts` and `cairo_2_test_contracts` as dependencies for `test-extensive_hints` target [#2201](https://github.com/lambdaclass/cairo-vm/pull/2201)
6+
57
* breaking: Store constants in Hint Data [#2191](https://github.com/lambdaclass/cairo-vm/pull/2191)
68

79
#### [3.0.0-rc.3] - 2025-26-08

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ test-no_std: cairo_proof_programs cairo_test_programs
278278
test-wasm: cairo_proof_programs cairo_test_programs
279279
# NOTE: release mode is needed to avoid "too many locals" error
280280
wasm-pack test --release --node vm --no-default-features
281-
test-extensive_hints: cairo_proof_programs cairo_test_programs
281+
test-extensive_hints: cairo_proof_programs cairo_test_programs cairo_1_test_contracts cairo_2_test_contracts
282282
$(TEST_COMMAND) --workspace --features "test_utils, cairo-1-hints, cairo-0-secp-hints, cairo-0-data-availability-hints, extensive_hints"
283283

284284
check-fmt:

0 commit comments

Comments
 (0)