Skip to content

Commit af7f9a5

Browse files
committed
Enable the mcu test in script
1 parent 8663259 commit af7f9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_onlinux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
python3 ./test_posix.py &&
88
python3 ./test_elf_multithread.py &&
99
python3 ./test_elf_ko.py &&
10-
python3 ./test_android.py &&
1110
python3 ./test_debugger.py &&
1211
python3 ./test_uefi.py &&
1312
python3 ./test_shellcode.py &&
1413
python3 ./test_edl.py &&
1514
python3 ./test_qnx.py &&
1615
python3 ./test_android.py &&
16+
python3 ./test_mcu.py &&
1717
python3 ./test_evm.py &&
1818
echo "Done Test"

0 commit comments

Comments
 (0)