aboutsummaryrefslogtreecommitdiffstats
path: root/test/all.lua
diff options
context:
space:
mode:
authorAsbjørn Sloth Tønnesen <ast@2e8.dk>2019-07-16 19:31:51 +0000
committerAsbjørn Sloth Tønnesen <ast@2e8.dk>2019-07-16 19:31:51 +0000
commita25b3f729116c5fc9d33233e6636f59770908a1a (patch)
treef44d78763b09b7b557f852a8e50b055eb88fe49d /test/all.lua
parent1f23598daf191162a472f14f5e39157595ab9b48 (diff)
downloadlua-inet-a25b3f729116c5fc9d33233e6636f59770908a1a.tar.gz
lua-inet-a25b3f729116c5fc9d33233e6636f59770908a1a.tar.xz
lua-inet-a25b3f729116c5fc9d33233e6636f59770908a1a.zip
tests: test the examples in the readme
Signed-off-by: Asbjørn Sloth Tønnesen <ast@2e8.dk>
Diffstat (limited to 'test/all.lua')
-rw-r--r--test/all.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/all.lua b/test/all.lua
index 4ee056a..c3a1637 100644
--- a/test/all.lua
+++ b/test/all.lua
@@ -1,4 +1,5 @@
local all = require('test').new()
all:depend('inet')
all:depend('inet_set')
+all:depend('readme')
return all