From a5f6b3e2f9ed7eb6788bf6568c31746185bcfa86 Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Tue, 29 Nov 2011 22:55:54 +1030 Subject: Add automated build testing (LuaRocks, Makefile) --- tests/test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 = { end } -print(string.format("Testing CJSON v%s\n", cjson.version)) +print(string.format("Testing Lua CJSON version %s\n", cjson.version)) run_test_group("decode simple value", decode_simple_tests) run_test_group("encode simple value", encode_simple_tests) -- cgit v1.2.3-55-g6feb