diff --git a/Makefile b/Makefile index 3345bea..3628c45 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ EXAMPLES_BINARIES := $(addprefix $(BUILD_DIR)/,$(EXAMPLES)) test: unit-tests examples unit-tests: $(tests_binary) - $^ --exclude=integration --sequential + $^ --exclude=integration --sequential --shuffle test-one: $(tests_binary) $^ --only="$(t)"