diff options
author | Yichun Zhang (agentzh) <agentzh@gmail.com> | 2017-11-15 20:23:23 -0800 |
---|---|---|
committer | Yichun Zhang (agentzh) <agentzh@gmail.com> | 2017-11-15 20:23:23 -0800 |
commit | efd56ddb9f4571afbd3232672efd7ff4da3beae5 (patch) | |
tree | 0232108ffd7dd3d6d547b4d7fe374b3cabe1cf54 /tests/agentzh.t | |
parent | bf7e15d1b341d04c4e06bc6fc1c4e2c37f29b1ab (diff) | |
download | lua-cjson-efd56ddb9f4571afbd3232672efd7ff4da3beae5.tar.gz lua-cjson-efd56ddb9f4571afbd3232672efd7ff4da3beae5.tar.bz2 lua-cjson-efd56ddb9f4571afbd3232672efd7ff4da3beae5.zip |
tests: now we use luajit to run the test suite.
Diffstat (limited to 'tests/agentzh.t')
-rw-r--r-- | tests/agentzh.t | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/agentzh.t b/tests/agentzh.t index 3b0ecf1..0b281a1 100644 --- a/tests/agentzh.t +++ b/tests/agentzh.t | |||
@@ -1,3 +1,6 @@ | |||
1 | # vim:ft= | ||
2 | |||
3 | use lib '.'; | ||
1 | use TestLua; | 4 | use TestLua; |
2 | 5 | ||
3 | plan tests => 2 * blocks(); | 6 | plan tests => 2 * blocks(); |