We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e12f6a commit 02e4bbeCopy full SHA for 02e4bbe
samples.sh
@@ -4,7 +4,7 @@
4
TWISTER_EXE="../zephyr/scripts/twister"
5
6
# Set the path to the test cases directory
7
-TEST_CASES_DIR="zephyr/samples"
+TEST_CASES_DIR="./zephyr/samples"
8
9
# Set the output directory for test results
10
OUTPUT_DIR="twister-out.samples"
unittest.sh
-TEST_CASES_DIR="zephyr/tests"
+TEST_CASES_DIR="./zephyr/tests"
OUTPUT_DIR="twister-out.unit_testing"
0 commit comments