redirect stdout to /dev/null

This commit is contained in:
Ahmet Inan 2018-12-11 14:28:45 +01:00
commit bede1046d6

View file

@ -8,7 +8,7 @@ CXX = clang++ -stdlib=libc++
tests := $(basename $(wildcard *_test.*))
test: $(tests)
$(patsubst %,./%;,$(tests))
$(patsubst %,./%>/dev/null;,$(tests))
clean:
rm -f *_test