You have now finished specifying the example interface and its callback functions, so you can test it.
ib-example.lisp
,
ib-callbacks.lisp
, and
defsys.lisp
if you have not already done so.
Next, you need to load the
ib-test
system into the environment.
defsys.lisp
is visible, and choose
File > Compile and Load
to compile and load it into the environment.
(load-system 'ib-test)
The
ib-test
system, together with its members, is loaded into the environment.
(cl-user::test-ib-example)
A fully functional instance of the example interface is created for you to experiment with.