kkrt-labs / kakarot-ssj

Kakarot zkEVM - rewrite in the latest version of Cairo
https://www.kakarot.org
MIT License
137 stars 83 forks source link

dev: implement compile-time filtering for tests #997

Closed enitrat closed 2 months ago

enitrat commented 2 months ago

Adds compile-time filtering to run unit tests.

usage:

make test-unit <package_name> <filter_to_apply>


This change is Reviewable