mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
66fe7db3bc
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>
5 lines
193 B
Markdown
5 lines
193 B
Markdown
These are helpers used by [integration tests](/tests/integration).
|
|
|
|
They are compiled from the top-level Makefile via `make test-binaries`,
|
|
and the resulting binaries can be found in `./_bin`.
|