Skip to content
Snippets Groups Projects
Commit ba29b4dc authored by oharboe's avatar oharboe
Browse files

testing of syntax error in reset and at startup

git-svn-id: svn://svn.berlios.de/openocd/trunk@1054 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 08058e72
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@ nobase_dist_pkglib_DATA = xscale/debug_handler.bin target/at91eb40a.cfg \
event/hammer_reset.script interface/flyswatter.cfg target/hammer.cfg target/mx31.cfg \
event/str730_program.script event/str750_program.script interface/olimex-jtag-tiny-a.cfg \
target/pic32mx.cfg target/aduc702x.cfg interface/dummy.cfg interface/olimex-arm-usb-ocd.cfg target/s3c2440.cfg \
interface/openocd-usb.cfg
interface/openocd-usb.cfg target/test_syntax_error.cfg target/test_reset_syntax_error.cfg
# Test script to check that syntax error in reset
# script is reported properly.
# at91eb40a target
#jtag scan chain
jtag_device 4 0x1 0xf 0xe
#target configuration
target arm7tdmi little 0 arm7tdmi-s_r4
[new_target_name] configure -event reset-init {
syntax error
}
# This script tests a syntax error in the startup
# config script
syntax error here
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment