summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2017-07-11 13:26:21 -0500
committerGitHub <noreply@github.com>2017-07-11 13:26:21 -0500
commitf38e4c7cf4fa04d7995aa2bb9c0dac311278453a (patch)
tree452fb21921c6243d3298b879551e5e85eb8f38bc /Makefile
parente38098cbfc58c0e2911b2c2b2abff043de42a85b (diff)
parent3e8acc3f4e4a2045b04dd8794c87b2a198542382 (diff)
Merge pull request #87 from google/gencode
Start migrating upb_msglayout to be suitable for generated code.
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