1

add unit test

This commit is contained in:
Motiejus Jakštys
2022-01-28 15:49:24 +02:00
parent 47f1b10370
commit 3d8cc9c38c
4 changed files with 18 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ go_binary(
)
go_test(
name = "test_test",
name = "hello_test",
srcs = ["hello_test.go"],
embed = [":test_lib"],
embed = [":hello_lib"],
)