From f8179800d0eccaef960442a7e65b1e305f3a96d5 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 19 Oct 2015 18:46:21 -0200 Subject: Support "luajit" as a provided dependency in rockspec format 3.0 --- test/testing.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test/testing.sh') diff --git a/test/testing.sh b/test/testing.sh index 7292c75d..5ae6bb35 100755 --- a/test/testing.sh +++ b/test/testing.sh @@ -224,6 +224,7 @@ luarocks_noecho="run_lua --noecho luarocks" luarocks_noecho_nocov="run_lua --noecho --nocov luarocks" luarocks_admin="run_lua luarocks-admin" luarocks_admin_nocov="run_lua --nocov luarocks-admin" +luajit_luarocks="luajit -e require('luacov.runner')('$testing_dir/luacov.config') $basedir/bin/luarocks" ################################################### @@ -524,6 +525,13 @@ test_fetch_base_dir() { $lua <