Add more tests
This commit is contained in:
parent
09fd451b73
commit
f72e0e1ff5
2 changed files with 51 additions and 1 deletions
|
|
@ -227,7 +227,7 @@
|
|||
(sort-systems))
|
||||
|
||||
;; System creation/removal interface
|
||||
(export add-system remove-system)
|
||||
(export add-system remove-system clear-systems)
|
||||
|
||||
;; Add a system to the state processing and return its name
|
||||
(define (add-system system)
|
||||
|
|
@ -273,6 +273,8 @@
|
|||
(hash-table-set! event-buses name (make-hash-table))
|
||||
name)))
|
||||
|
||||
(register-event-bus 'input)
|
||||
|
||||
;; Remove an event bus
|
||||
(define (remove-event-bus name)
|
||||
(assert (symbol? name))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue