From 237d32360ea9e4f07477fac62d7269aee50f1924 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Wed, 12 Nov 2025 16:12:06 -0800 Subject: [PATCH] chore: Add example run before unit tests in Makefile too --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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