summaryrefslogtreecommitdiff
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
parentb354ead7efbaba80569e3a6f80865b715aaa6315 (diff)
Moved lunit to third_party for Google compliance.
-rw-r--r--Makefile2
-rw-r--r--third_party/lunit/LICENSE (renamed from tests/bindings/lua/LICENSE)0
-rw-r--r--third_party/lunit/README.google9
-rw-r--r--third_party/lunit/console.lua (renamed from tests/bindings/lua/lunit/console.lua)0
-rw-r--r--third_party/lunit/lunit.lua (renamed from tests/bindings/lua/lunit/lunit.lua)0
5 files changed, 10 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
diff --git a/tests/bindings/lua/LICENSE b/third_party/lunit/LICENSE
index fb720fe..fb720fe 100644
--- a/tests/bindings/lua/LICENSE
+++ b/third_party/lunit/LICENSE
diff --git a/third_party/lunit/README.google b/third_party/lunit/README.google
new file mode 100644
index 0000000..af3e50e
--- /dev/null
+++ b/third_party/lunit/README.google
@@ -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.
diff --git a/tests/bindings/lua/lunit/console.lua b/third_party/lunit/console.lua
index 0ff22a4..0ff22a4 100644
--- a/tests/bindings/lua/lunit/console.lua
+++ b/third_party/lunit/console.lua
diff --git a/tests/bindings/lua/lunit/lunit.lua b/third_party/lunit/lunit.lua
index 80f43c1..80f43c1 100644
--- a/tests/bindings/lua/lunit/lunit.lua
+++ b/third_party/lunit/lunit.lua
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback