diff --git a/Makefile b/Makefile index a7d2fb95..8fa23345 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,7 @@ run-examples: # Runs the examples, then the unit tests test: + make run-examples python3 ./tests/test_unit_tests.py python3 ./tests/test_unit_tests_threaded.py @@ -107,4 +108,4 @@ download-native-artifacts: # Build API documentation with Sphinx docs: - python3 scripts/generate_api_docs.py \ No newline at end of file + python3 scripts/generate_api_docs.py