From 016587ea33891059ff04d8c145e0b68379fd502a Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Tue, 7 Jul 2015 13:35:21 -0700 Subject: Moved lunit to third_party for Google compliance. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3