Switch 'make all' in tests to use our new recursive-testrunner.

Output ordering isn't right yet, but it's a lot faster
pull/1147/head
Jesse Vincent 3 years ago
parent b71ed0cdad
commit 091419c919
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -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/*

Loading…
Cancel
Save