From f5cd5e9c112bef7fcf315692614a913b17522e77 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 24 Nov 2019 16:18:56 +0100 Subject: amulet_ascii: Add two initial test-cases. --- decoder/test/amulet_ascii/test.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 decoder/test/amulet_ascii/test.conf (limited to 'decoder/test/amulet_ascii/test.conf') diff --git a/decoder/test/amulet_ascii/test.conf b/decoder/test/amulet_ascii/test.conf new file mode 100644 index 0000000..e10375d --- /dev/null +++ b/decoder/test/amulet_ascii/test.conf @@ -0,0 +1,13 @@ +test bootup + protocol-decoder uart channel tx=0 channel rx=1 + protocol-decoder amulet_ascii + stack uart amulet_ascii + input uart/amulet_lcd/bootup.sr + output amulet_ascii annotation match bootup.output + +test menu_changes + protocol-decoder uart channel tx=0 channel rx=1 + protocol-decoder amulet_ascii + stack uart amulet_ascii + input uart/amulet_lcd/menu_changes.sr + output amulet_ascii annotation match menu_changes.output -- cgit v1.2.3-70-g09d2