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 02e4bbe commit 6c7ae26Copy full SHA for 6c7ae26
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="../bacnet/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="../bacnet/zephyr/tests"
OUTPUT_DIR="twister-out.unit_testing"
0 commit comments