Add a go_test to //build_tests
I wanted to provide an example for students to write tests. This
should hopefully get them started.
Signed-off-by: Philipp Schrader <philipp.schrader@gmail.com>
Change-Id: I5b5e5509075cc6e30f5138b3a213c8966fd15763
diff --git a/build_tests/BUILD b/build_tests/BUILD
index 5d9c3bf..c74407e 100644
--- a/build_tests/BUILD
+++ b/build_tests/BUILD
@@ -111,4 +111,5 @@
importpath = "github.com/frc971/971-Robot-Code/build_tests",
target_compatible_with = ["@platforms//cpu:x86_64"],
visibility = ["//visibility:private"],
+ deps = ["//build_tests/go_greeter"],
)