mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 12:15:09 -05:00
chore: add then end-to-end-jit test to the make test target
This commit is contained in:
@@ -7,8 +7,14 @@ build:
|
||||
zamacompiler:
|
||||
make -C build/ zamacompiler
|
||||
|
||||
test:
|
||||
test-check: zamacompiler
|
||||
${LLVM_PROJECT}/build/bin/llvm-lit -v tests/
|
||||
|
||||
test-end-to-end-jit:
|
||||
make -C build/ end_to_end_jit_test
|
||||
./build/bin/end_to_end_jit_test
|
||||
|
||||
test: test-check test-end-to-end-jit
|
||||
|
||||
test_python:
|
||||
pytest -v tests/python
|
||||
Reference in New Issue
Block a user