aboutsummaryrefslogtreecommitdiff
path: root/tests/test.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.lua')
-rwxr-xr-xtests/test.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test.lua b/tests/test.lua
index 3c8c404..51f29c4 100755
--- a/tests/test.lua
+++ b/tests/test.lua
@@ -1,5 +1,9 @@
1#!/usr/bin/env lua 1#!/usr/bin/env lua
2 2
3-- CJSON tests
4--
5-- Mark Pulford <mark@kyne.com.au>
6
3require "common" 7require "common"
4local json = require "cjson" 8local json = require "cjson"
5 9