Skip to content

Commit

Permalink
tests: add config.go bazel build file
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Ollier <[email protected]>
  • Loading branch information
dollierp committed Mar 15, 2019
1 parent b0531b7 commit ac5158e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")
go_library(
name = "go_default_library",
srcs = [
"config.go",
"test.go",
"utils.go",
],
Expand Down
2 changes: 1 addition & 1 deletion tests/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ package tests
import (
"encoding/json"
"flag"
"io/ioutil"
"fmt"
"io/ioutil"
"os"
)

Expand Down

0 comments on commit ac5158e

Please sign in to comment.