chore: add then end-to-end-jit test to the make test target

This commit is contained in:
Quentin Bourgerie
2021-08-24 17:33:00 +02:00
parent 88d896cb64
commit be7301387c

View File

@@ -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