Add test to readme

This commit is contained in:
Rahix 2017-04-10 18:42:37 +02:00
parent ffce90b049
commit 6b0cc0b40a

View file

@ -52,3 +52,9 @@ A listener can be removed using
```lua
bc:listen_cancel("<noun>", id)
```
## Testing ##
Testing is done using the "fake" backend and typing
```console
$ ./lunit test_bc.lua
```