aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2011-11-29 22:55:54 +1030
committerMark Pulford <mark@kyne.com.au>2011-11-29 22:55:54 +1030
commita5f6b3e2f9ed7eb6788bf6568c31746185bcfa86 (patch)
treeabeacad12b1911ca9249310a0371715106ad7552 /tests
parent630bb3f16f27c72e3fc2daf3161c96f0fd9c1ba0 (diff)
downloadlua-cjson-a5f6b3e2f9ed7eb6788bf6568c31746185bcfa86.tar.gz
lua-cjson-a5f6b3e2f9ed7eb6788bf6568c31746185bcfa86.tar.bz2
lua-cjson-a5f6b3e2f9ed7eb6788bf6568c31746185bcfa86.zip
Add automated build testing (LuaRocks, Makefile)
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.lua b/tests/test.lua
index 02d3760..b7b50d2 100755
--- a/tests/test.lua
+++ b/tests/test.lua
@@ -221,7 +221,7 @@ local locale_tests = {
221 end 221 end
222} 222}
223 223
224print(string.format("Testing CJSON v%s\n", cjson.version)) 224print(string.format("Testing Lua CJSON version %s\n", cjson.version))
225 225
226run_test_group("decode simple value", decode_simple_tests) 226run_test_group("decode simple value", decode_simple_tests)
227run_test_group("encode simple value", encode_simple_tests) 227run_test_group("encode simple value", encode_simple_tests)