From af1c1b4dc6f48afad71ba1fdd8af7ed04a8e4bd2 Mon Sep 17 00:00:00 2001 From: david <5475305+DLohmann@users.noreply.github.com> Date: Thu, 22 Jun 2023 12:24:05 -0700 Subject: [PATCH] Fixed test build target --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ba99145..732c5dc2 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ A sample test file is [tests/cpplib_test.cc](tests/cpplib_test.cc) which uses [t You can run the test using [`bazel`](installing-bazel): ```bash -bazel test tests:tests +bazel test tests:all ``` # More info on GLOG