mirror of
https://github.com/opencontainers/runc.git
synced 2025-09-27 03:46:19 +08:00

Instead of having every test helper binary in its own directory, let's use /tests/cmd/_bin as a destination directory. This allows for simpler setup/cleanup. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
These are helpers used by integration tests.
They are compiled from the top-level Makefile via make test-binaries
,
and the resulting binaries can be found in ./_bin
.