]> git.sur5r.net Git - openocd/blob - src/target/target/test_reset_syntax_error.cfg
testing of syntax error in reset and at startup
[openocd] / src / target / target / test_reset_syntax_error.cfg
1 # Test script to check that syntax error in reset\r
2 # script is reported properly.\r
3 \r
4 # at91eb40a target\r
5 \r
6 #jtag scan chain\r
7 jtag_device 4 0x1 0xf 0xe\r
8 \r
9 #target configuration\r
10 target arm7tdmi little 0 arm7tdmi-s_r4\r
11 \r
12 [new_target_name] configure -event reset-init { \r
13 \r
14         syntax error\r
15 }\r