From 6b0cc0b40ac4815396f6bab20274a2b318cde8b4 Mon Sep 17 00:00:00 2001 From: Rahix Date: Mon, 10 Apr 2017 18:42:37 +0200 Subject: [PATCH] Add test to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 +```