aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-02-26 22:26:52 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-02-26 22:26:52 +0000
commit6d1d84980a1f3212164dda5a890a90efd3c8583d (patch)
treeee9aa60d3c109b4583299cf6a71277507a4be241 /ci
parentbbdc3221f6a76da5784ca0017a0f5ac1ca875597 (diff)
parent8eccef7d9cda8a60594b86d31b656a3680d1ca16 (diff)
Merge #158
158: implement RFC #128: #[interrupt(binds = ..)] r=korken89 a=japaric closes #128 r? @korken89 or @TeXitoi suggestions for tests are welcome! (2 of the 3 tests I added hit bugs in my implementation) Co-authored-by: Jorge Aparicio <jorge@japaric.io>
Diffstat (limited to 'ci')
-rw-r--r--ci/expected/binds.run4
-rw-r--r--ci/script.sh1
2 files changed, 5 insertions, 0 deletions
diff --git a/ci/expected/binds.run b/ci/expected/binds.run
new file mode 100644
index 0000000..f84cff0
--- /dev/null
+++ b/ci/expected/binds.run
@@ -0,0 +1,4 @@
+init
+foo called 1 time
+idle
+foo called 2 times
diff --git a/ci/script.sh b/ci/script.sh
index 5cc79fb..7cda1e5 100644
--- a/ci/script.sh
+++ b/ci/script.sh
@@ -93,6 +93,7 @@ main() {
idle
init
interrupt
+ binds
resource
lock