CI updates

This commit is contained in:
Markus F.X.J. Oberhumer
2023-11-15 13:06:29 +01:00
parent f74c225338
commit 46029bb8a0
14 changed files with 90 additions and 50 deletions
+2 -1
View File
@@ -63,8 +63,9 @@ include ./misc/make/Makefile-extra.mk
endif
# developer convenience
CTEST = ctest
test: $(.DEFAULT_GOAL)
cd $(.DEFAULT_GOAL) && ctest
cd $(.DEFAULT_GOAL) && $(CTEST)
ifneq ($(wildcard /usr/bin/env),) # needs bash, perl, xargs, etc.
check-whitespace clang-format run-testsuite run-testsuite-debug run-testsuite-release: PHONY src/Makefile
$(MAKE) -C src $@