Skip to content

Commit

Permalink
Merge pull request protocolbuffers#32 from haberman/third_party
Browse files Browse the repository at this point in the history
Moved lunit to third_party for Google compliance.
  • Loading branch information
haberman committed Jul 7, 2015
2 parents 36962f1 + 016587e commit 6d9a9c7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.
9 changes: 9 additions & 0 deletions third_party/lunit/README.google
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
URL: https://github.com/dcurrie/lunit
Version: 0.5
License: MIT
License File: LICENSE
Description:
A unit testing library for Lua.

Local Modifications:
Extracted the two file we actually need from the distribution.
File renamed without changes.
File renamed without changes.

0 comments on commit 6d9a9c7

Please sign in to comment.