diff --git a/tests/Makefile b/tests/Makefile index cba1143..2d25ffa 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -8,7 +8,7 @@ CXX = clang++ -stdlib=libc++ tests := $(basename $(wildcard *_test.*)) test: $(tests) - $(patsubst %,./%;,$(tests)) + $(patsubst %,./%>/dev/null;,$(tests)) clean: rm -f *_test