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 8663259 commit af7f9a5Copy full SHA for af7f9a5
tests/test_onlinux.sh
@@ -7,12 +7,12 @@
7
python3 ./test_posix.py &&
8
python3 ./test_elf_multithread.py &&
9
python3 ./test_elf_ko.py &&
10
-python3 ./test_android.py &&
11
python3 ./test_debugger.py &&
12
python3 ./test_uefi.py &&
13
python3 ./test_shellcode.py &&
14
python3 ./test_edl.py &&
15
python3 ./test_qnx.py &&
16
python3 ./test_android.py &&
+python3 ./test_mcu.py &&
17
python3 ./test_evm.py &&
18
echo "Done Test"
0 commit comments