From 907f610040e3dfb54a83155c36527a65b7f08e78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Sloth=20T=C3=B8nnesen?= Date: Mon, 13 Feb 2017 16:04:41 +0000 Subject: initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Asbjørn Sloth Tønnesen --- test/all.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/all.lua (limited to 'test/all.lua') diff --git a/test/all.lua b/test/all.lua new file mode 100644 index 0000000..4ee056a --- /dev/null +++ b/test/all.lua @@ -0,0 +1,4 @@ +local all = require('test').new() +all:depend('inet') +all:depend('inet_set') +return all -- cgit v1.2.1