diff --git a/README.md b/README.md index 2e2fd3762fcb..58fc3e2a59f1 100644 --- a/README.md +++ b/README.md @@ -52,3 +52,9 @@ A listener can be removed using ```lua bc:listen_cancel("", id) ``` + +## Testing ## +Testing is done using the "fake" backend and typing +```console +$ ./lunit test_bc.lua +```