summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/BUILD b/BUILD
index 6233b6b..594665b 100644
--- a/BUILD
+++ b/BUILD
@@ -352,7 +352,6 @@ lua_library(
name = "lua/upbc_lib",
srcs = [
"tools/dump_cinit.lua",
- "tools/make_c_api.lua",
],
luadeps = [
"lua/upb",
@@ -410,7 +409,7 @@ cc_binary(
make_shell_script(
name = "gen_run_cmake_build",
out = "run_cmake_build.sh",
- contents = "mkdir build && cd build && cmake .. && make -j8"
+ contents = "mkdir build && cd build && cmake .. && make -j8 && make test"
)
sh_test(
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback