aboutsummaryrefslogtreecommitdiff
path: root/gem/t4.lua
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2007-10-11 21:16:28 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2007-10-11 21:16:28 +0000
commit52ac60af8132ae7e42151d3012a9607d7cadaf95 (patch)
tree95085f9f535d20b6686399af1ba284bb74ac89d3 /gem/t4.lua
parente394956cde629e24ecdd285c4c13c206891fcec4 (diff)
downloadluasocket-52ac60af8132ae7e42151d3012a9607d7cadaf95.tar.gz
luasocket-52ac60af8132ae7e42151d3012a9607d7cadaf95.tar.bz2
luasocket-52ac60af8132ae7e42151d3012a9607d7cadaf95.zip
Tested each sample.
Diffstat (limited to 'gem/t4.lua')
-rw-r--r--gem/t4.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/gem/t4.lua b/gem/t4.lua
new file mode 100644
index 0000000..8b8071c
--- /dev/null
+++ b/gem/t4.lua
@@ -0,0 +1,10 @@
1source = {}
2sink = {}
3pump = {}
4filter = {}
5
6-- source.file
7dofile("ex5.lua")
8
9-- run test
10dofile("ex9.lua")