We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d211c0f commit ac1018eCopy full SHA for ac1018e
1 file changed
Makefile
@@ -37,6 +37,7 @@ run-examples:
37
38
# Runs the examples, then the unit tests
39
test:
40
+ make run-examples
41
python3 ./tests/test_unit_tests.py
42
python3 ./tests/test_unit_tests_threaded.py
43
@@ -107,4 +108,4 @@ download-native-artifacts:
107
108
109
# Build API documentation with Sphinx
110
docs:
- python3 scripts/generate_api_docs.py
111
+ python3 scripts/generate_api_docs.py
0 commit comments