mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-12 19:31:48 +00:00
Move test related code to the test directory
This does not yet move the `make test` options in the Makefile, will probably move those too later. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
4
test/test-ltp/Dockerfile.pkg
Normal file
4
test/test-ltp/Dockerfile.pkg
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM debian:jessie-slim@sha256:2a14128195ab26b1c56c5773dda9def9b909c2e01596ef9108e2295d418210a3
|
||||
ADD . /
|
||||
WORKDIR /opt/ltp
|
||||
ENTRYPOINT ["./runltplite.sh"]
|
||||
Reference in New Issue
Block a user