summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 09b71c4..581993b 100644
--- a/Makefile
+++ b/Makefile
@@ -463,7 +463,7 @@ testlua: lua
echo LUA $$test; \
LUA_PATH="third_party/lunit/?.lua;upb/bindings/lua/?.lua" \
LUA_CPATH=upb/bindings/lua/?.so \
- lua $$test; \
+ $(RUN_UNDER) lua $$test; \
done
clean: clean_lua
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback