# tests/slave — #1853 / #1827 child-cap burst harness.
#
# Needs a built slave binary (make install from the repo root).
# Opt-in from the root Makefile as `make test-slave` and part of `make test`.

.PHONY: all test clean

all:
	@true

test:
	@bash ./run_child_cap.sh

clean:
	@true
