summaryrefslogtreecommitdiff
path: root/tests/breakpoints_auto_1n/callback.py
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-09-13 14:38:30 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2022-09-13 14:38:30 +0200
commit17bfda379be17acb20abfb7f0c9231d36ef8766d (patch)
treef263d1b37e223278e4b929460c7f4dc7798493ef /tests/breakpoints_auto_1n/callback.py
parentb3cbb52f00e000277c3c74e1e9eab230d8b2d843 (diff)
Debug and improve tests
Diffstat (limited to 'tests/breakpoints_auto_1n/callback.py')
-rwxr-xr-xtests/breakpoints_auto_1n/callback.py4
1 files changed, 4 insertions, 0 deletions
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!")