summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 966168b..142a5cc 100644
--- a/Makefile
+++ b/Makefile
@@ -109,6 +109,7 @@ dep:
clean_leave_profile:
@rm -rf obj lib
@rm -f tests/google_message?.h
+ @rm -f tests/json/test.upbdefs.o
@rm -f $(TESTS) tests/testmain.o tests/t.*
@rm -rf tools/upbc deps
@rm -rf upb/bindings/python/build
@@ -455,8 +456,8 @@ LUATESTS = \
.PHONY: clean_lua testlua lua
testlua: lua
- @set -e # Abort on error.
- @for test in $(LUATESTS) ; do \
+ @set -e; \
+ for test in $(LUATESTS) ; do \
echo LUA $$test; \
LUA_PATH="third_party/lunit/?.lua;upb/bindings/lua/?.lua" \
LUA_CPATH=upb/bindings/lua/?.so \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback