blob: 5bf4f6cfbaeeb5f41407475e74467a46596c9cf3 (
plain)
1
2
3
4
5
6
7
|
# Copyright © Tavian Barnes <tavianator@tavianator.com>
# SPDX-License-Identifier: 0BSD
# GNU makefile that exposes make's job control to tests.sh
tests/%:
bash -c 'printf . >&$(READY) && read -r -N1 -u$(DONE)'
|