summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2015-07-07 13:35:21 -0700
committerJosh Haberman <jhaberman@gmail.com>2015-07-07 13:35:21 -0700
commit016587ea33891059ff04d8c145e0b68379fd502a (patch)
tree0f48bbb31885771b1bc2b8c7020eb078a9bc3950 /Makefile
parentb354ead7efbaba80569e3a6f80865b715aaa6315 (diff)
Moved lunit to third_party for Google compliance.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 08dd4a3..2d5c248 100644
--- a/Makefile
+++ b/Makefile
@@ -445,7 +445,7 @@ testlua: lua
@set -e # Abort on error.
@for test in $(LUATESTS) ; do \
echo LUA $$test; \
- LUA_PATH="tests/bindings/lua/lunit/?.lua;upb/bindings/lua/?.lua" \
+ LUA_PATH="third_party/lunit/?.lua;upb/bindings/lua/?.lua" \
LUA_CPATH=upb/bindings/lua/?.so \
lua $$test; \
done
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback