Skip to content

Commit

Permalink
make ninja build not spam test outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
aappleby committed Mar 3, 2024
1 parent d5f4f72 commit d16ee7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/rules.ninja
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rule ems_js_binary
################################################################################

rule run_test
command = ${in} ${args} && touch ${out}
command = ${in} ${args} > /dev/null && touch ${out}

#include-what-you-use -Xiwyu --no_fwd_decls -std=c++20 -I. ${in}

Expand Down

0 comments on commit d16ee7e

Please sign in to comment.