From 091419c919468d51d992a9fb61751733042cf108 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sun, 27 Mar 2022 20:13:44 -0700 Subject: [PATCH] Switch 'make all' in tests to use our new recursive-testrunner. Output ordering isn't right yet, but it's a lot faster --- tests/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index 3a1adff0..32ad737d 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -47,8 +47,9 @@ KALEIDOSCOPE_ETC_DIR ?= $(top_dir)/etc .PHONY: clean cmake-clean all googletest +all: ${libcommon_a} googletest ${TESTS} + @: -all: ${TESTS} run-all cmake-clean: rm -rf "${top_dir}"/testing/googletest/build/*