Skip to content

Commit

Permalink
chore(Makefile): entrypoint for Lean tests
Browse files Browse the repository at this point in the history
This way, it's possible to only run Lean tests.

Signed-off-by: Raito Bezarius <[email protected]>
  • Loading branch information
RaitoBezarius committed Jan 13, 2025
1 parent 7b15019 commit 3aa2b92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@ test:
core-tests:
SAIL_DIR=`pwd` SAIL=`pwd`/sail test/run_core_tests.sh

lean-tests:
SAIL_DIR=`pwd` SAIL=`pwd`/sail test/lean/run_tests.py

c-tests:
SAIL_DIR=`pwd` SAIL=`pwd`/sail test/c/run_tests.py

0 comments on commit 3aa2b92

Please sign in to comment.