mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 14:30:36 +00:00
redirect stdout to /dev/null
This commit is contained in:
parent
72d7c6d57f
commit
bede1046d6
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ CXX = clang++ -stdlib=libc++
|
|||
tests := $(basename $(wildcard *_test.*))
|
||||
|
||||
test: $(tests)
|
||||
$(patsubst %,./%;,$(tests))
|
||||
$(patsubst %,./%>/dev/null;,$(tests))
|
||||
|
||||
clean:
|
||||
rm -f *_test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue