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 c5c4039 commit 9e12f6aCopy full SHA for 9e12f6a
samples.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# Set the path to the twister executable
4
-TWISTER_EXE="west twister"
+TWISTER_EXE="../zephyr/scripts/twister"
5
6
# Set the path to the test cases directory
7
TEST_CASES_DIR="zephyr/samples"
unittest.sh
TEST_CASES_DIR="zephyr/tests"
0 commit comments