diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2017-02-03 00:45:21 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2017-02-03 00:51:44 +0100 |
commit | dbe11510e398f750f0fe65ae87dcd6035f670125 (patch) | |
tree | 2620651960ed30e11a9924a5f4e3bfb15d2c415c /decoder/test | |
parent | 6688fad431faf47bcfd310af65a8c753204ad883 (diff) | |
download | sigrok-test-dbe11510e398f750f0fe65ae87dcd6035f670125.tar.gz sigrok-test-dbe11510e398f750f0fe65ae87dcd6035f670125.zip |
arm_tpiu: Fix confusing file and test-case naming.
Diffstat (limited to 'decoder/test')
-rw-r--r-- | decoder/test/arm_tpiu/stm32f105/tpiu.output (renamed from decoder/test/arm_tpiu/stm32f105/etmv3.output) | 0 | ||||
-rw-r--r-- | decoder/test/arm_tpiu/stm32f105/tpiu.python (renamed from decoder/test/arm_tpiu/stm32f105/etmv3.python) | 0 | ||||
-rw-r--r-- | decoder/test/arm_tpiu/test.conf | 6 |
3 files changed, 3 insertions, 3 deletions
diff --git a/decoder/test/arm_tpiu/stm32f105/etmv3.output b/decoder/test/arm_tpiu/stm32f105/tpiu.output index 6852988..6852988 100644 --- a/decoder/test/arm_tpiu/stm32f105/etmv3.output +++ b/decoder/test/arm_tpiu/stm32f105/tpiu.output diff --git a/decoder/test/arm_tpiu/stm32f105/etmv3.python b/decoder/test/arm_tpiu/stm32f105/tpiu.python index 7faeae3..7faeae3 100644 --- a/decoder/test/arm_tpiu/stm32f105/etmv3.python +++ b/decoder/test/arm_tpiu/stm32f105/tpiu.python diff --git a/decoder/test/arm_tpiu/test.conf b/decoder/test/arm_tpiu/test.conf index 212de6d..d5a9da7 100644 --- a/decoder/test/arm_tpiu/test.conf +++ b/decoder/test/arm_tpiu/test.conf @@ -1,9 +1,9 @@ # Note: These tests are run without referencing the .elf file. # This avoids adding a dependency to arm-none-eabi- tools for test runs. # However, it also avoids testing the line / code lookup feature. -test stm32f105_etmv3 +test stm32f105_tpiu protocol-decoder uart channel rx=4 option baudrate=8000000 protocol-decoder arm_tpiu option stream=2 input arm_trace/stm32f105/trace_example.sr - output arm_tpiu annotation match stm32f105/etmv3.output - output arm_tpiu python match stm32f105/etmv3.python + output arm_tpiu annotation match stm32f105/tpiu.output + output arm_tpiu python match stm32f105/tpiu.python |