@@ -17,10 +17,10 @@ help:
1717 @printf " make test-miden-vm # Test miden-vm crate\n"
1818 @printf " make test-processor # Test processor crate\n"
1919 @printf " make test-prover # Test prover crate\n"
20- @printf " make test-libcore # Test libcore crate\n"
20+ @printf " make test-core-lib # Test core-lib crate\n"
2121 @printf " make test-verifier # Test verifier crate\n"
2222 @printf " \nExamples:\n"
23- @printf " make test-air test=\" some_test\" # Test specific function\n"
23+ @printf " make test-air test=\" some_test\" # Test specific function\n"
2424 @printf " make test-fast # Fast tests (no proptests/CLI)\n"
2525 @printf " make test-skip-proptests # All tests except proptests\n"
2626 @printf " make check-features # Check all feature combinations with cargo-hack\n\n"
2929# -- environment toggles --------------------------------------------------------------------------
3030BACKTRACE := RUST_BACKTRACE=1
3131WARNINGS := RUSTDOCFLAGS="-D warnings"
32- BUILDDOCS := MIDEN_BUILD_LIBCORE_DOCS =1
32+ BUILDDOCS := MIDEN_BUILD_LIB_DOCS =1
3333
3434# -- feature configuration ------------------------------------------------------------------------
3535ALL_FEATURES_BUT_ASYNC := --features concurrent,executable,metal,testing,internal
@@ -51,7 +51,7 @@ FEATURES_core :=
5151FEATURES_miden-vm := concurrent,executable,metal,internal
5252FEATURES_processor := concurrent,testing,bus-debugger
5353FEATURES_prover := concurrent,metal
54- FEATURES_libcore :=FEATURES_verifier :=
54+ FEATURES_core-lib :=FEATURES_verifier :=
5555
5656# -- linting --------------------------------------------------------------------------------------
5757
0 commit comments