diff options
Diffstat (limited to 'test/testing.lua')
| -rw-r--r-- | test/testing.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testing.lua b/test/testing.lua index 86f3ab34..44c6f098 100644 --- a/test/testing.lua +++ b/test/testing.lua | |||
| @@ -203,6 +203,7 @@ local tests = { | |||
| 203 | fail_lint_type_mismatch_string = function() return run '$luarocks lint "$testing_dir/testfiles/type_mismatch_string-1.0-1.rockspec"' end, | 203 | fail_lint_type_mismatch_string = function() return run '$luarocks lint "$testing_dir/testfiles/type_mismatch_string-1.0-1.rockspec"' end, |
| 204 | fail_lint_type_mismatch_version = function() return run '$luarocks lint "$testing_dir/testfiles/type_mismatch_version-1.0-1.rockspec"' end, | 204 | fail_lint_type_mismatch_version = function() return run '$luarocks lint "$testing_dir/testfiles/type_mismatch_version-1.0-1.rockspec"' end, |
| 205 | fail_lint_type_mismatch_table = function() return run '$luarocks lint "$testing_dir/testfiles/type_mismatch_table-1.0-1.rockspec"' end, | 205 | fail_lint_type_mismatch_table = function() return run '$luarocks lint "$testing_dir/testfiles/type_mismatch_table-1.0-1.rockspec"' end, |
| 206 | fail_lint_no_build_table = function() return run '$luarocks lint "$testing_dir/testfiles/no_build_table-0.1-1.rockspec"' end, | ||
| 206 | test_list = function() return run "$luarocks list" end, | 207 | test_list = function() return run "$luarocks list" end, |
| 207 | test_list_porcelain = function() return run "$luarocks list --porcelain" end, | 208 | test_list_porcelain = function() return run "$luarocks list --porcelain" end, |
| 208 | test_make_with_rockspec = function() | 209 | test_make_with_rockspec = function() |
