wip rootfs tests

This commit is contained in:
2021-05-24 00:11:57 +03:00
parent 3279b52973
commit b49779600c
4 changed files with 87 additions and 3 deletions

View File

@@ -2,7 +2,10 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "rootfs_lib",
srcs = ["rootfs.go"],
srcs = [
"rootfs.go",
"rootfs_tests.go",
],
importpath = "github.com/motiejus/code/undocker/rootfs",
visibility = ["//visibility:public"],
)