Moved lunit to third_party for Google compliance.

pull/13171/head
Josh Haberman 10 years ago
parent b354ead7ef
commit 016587ea33
  1. 2
      Makefile
  2. 0
      third_party/lunit/LICENSE
  3. 9
      third_party/lunit/README.google
  4. 0
      third_party/lunit/console.lua
  5. 0
      third_party/lunit/lunit.lua

@ -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

@ -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.
Loading…
Cancel
Save