Skip to content

Commit

Permalink
base: updates lunit tests to pass through interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
harningt committed Sep 19, 2014
1 parent 4d551d9 commit 7470940
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -35,7 +35,8 @@ LUA_SETUP=LUA_OLD_INIT="$(LUA_INIT)" LUA_INIT="@hook_require.lua" $(LUA_PATH_SET
check-regression:
cd tests && $(LUA_SETUP) lua regressionTest.lua
check-unit:
cd tests && $(LUA_SETUP) $(LUNIT_BIN) lunit-*.lua
cd tests && $(LUA_SETUP) $(LUNIT_BIN) --interpreter $(LUA_BIN) lunit-*.lua

check: check-regression check-unit


Expand Down

0 comments on commit 7470940

Please sign in to comment.