From 17bfda379be17acb20abfb7f0c9231d36ef8766d Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Tue, 13 Sep 2022 14:38:30 +0200 Subject: Debug and improve tests --- tests/breakpoints_auto_1n/callback.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 tests/breakpoints_auto_1n/callback.py (limited to 'tests/breakpoints_auto_1n/callback.py') diff --git a/tests/breakpoints_auto_1n/callback.py b/tests/breakpoints_auto_1n/callback.py new file mode 100755 index 0000000..5c9c6bc --- /dev/null +++ b/tests/breakpoints_auto_1n/callback.py @@ -0,0 +1,4 @@ +#!/usr/bin/env python + +def callback(simulator): + simulator.log("Hello Callback!") -- cgit v1.2.3