aboutsummaryrefslogtreecommitdiffstats
path: root/lib/cuprate.sld
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-11-03 21:52:31 -0500
committerGravatar Peter McGoron 2025-11-03 21:52:31 -0500
commit456e9b68ec75b1d3231cfa78d96e69aad11fed97 (patch)
tree68f9b01e653bf001946fcb7969a2d7ebe31e53e4 /lib/cuprate.sld
parentTR7 (diff)
considering continuations
Diffstat (limited to '')
-rw-r--r--lib/cuprate.sld5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/cuprate.sld b/lib/cuprate.sld
index 91df5ff..a23f55a 100644
--- a/lib/cuprate.sld
+++ b/lib/cuprate.sld
@@ -32,9 +32,10 @@
pretty-print)
(begin
(define-record-type <test-info>
- (wrap-test-info dict)
+ (wrap-test-info dict exited?)
test-info?
- (dict unwrap-test-info set-test-info!))
+ (dict unwrap-test-info set-test-info!)
+ (exited? test-info-exited? set-test-info-exited!))
(define assertion-violation error))
(cond-expand
((or foment chicken-5) (include "cuprate.simple-define-test-application.scm"))