From af2087987852b6250e7aaafd626e292893d43a7d Mon Sep 17 00:00:00 2001 From: moteus Date: Tue, 31 Dec 2013 13:11:28 +0400 Subject: Add. test for lua-llthreas2 module. --- test/test_load_llthreads2.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/test_load_llthreads2.lua (limited to 'test') diff --git a/test/test_load_llthreads2.lua b/test/test_load_llthreads2.lua new file mode 100644 index 0000000..11bf0a0 --- /dev/null +++ b/test/test_load_llthreads2.lua @@ -0,0 +1,7 @@ +local llthreads = require"llthreads2" + +llthreads.new([[ + local os = require "os" + print("Done!") + os.exit(0) +]]):start():join() \ No newline at end of file -- cgit v1.2.3-55-g6feb