move test cases to priv/, retrieve location with code:lib_dir/2

This commit is contained in:
alisdair sullivan 2012-03-14 06:36:36 -07:00
parent 62aef415e1
commit 338f79ec9a
89 changed files with 1 additions and 9 deletions

14
priv/test_cases/zero.test Normal file
View file

@ -0,0 +1,14 @@
{name, "zero"}.
{jsx, [start_array,start_array,
{integer,0},
end_array,
{integer,0},
start_object,
{key,<<"key">>},
{integer,0},
{key,<<"another key">>},
{integer,0},
end_object,
{integer,0},
end_array,end_json]}.
{json, "zero.json"}.