NextPrevUpTopContentsIndex

19.8 Testing the example interface

You have now finished specifying the example interface and its callback functions, so you can test it.

  1. Choose File > Save or click
  2. to save 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.

  3. In the editor, make sure that the file defsys.lisp is visible, and choose File > Load to load it and define the system.
  4. In the Listener, type the following form.
  5. (load-system 'ib-test)

    The ib-test system, together with its members, is loaded.

  6. To test the interface, type the following form into the listener.
(cl-user::test-ib-example)

A fully functional instance of the example interface is created for you to experiment with.

 


Common LispWorks User Guide (Windows version) - 5 Jul 2006

NextPrevUpTopContentsIndex