add bazel build rule for SelfTest (#2857)

This PR primarily accomplishes two tasks:

1) It adds MODULE.bazel.lock to the .gitignore file.
2) It includes a Bazel build rule for SelfTest, which can be utilized with the command bazel test //tests:catch2_self_test.
This commit is contained in:
c8ef
2024-04-22 03:05:55 +08:00
committed by GitHub
parent df04df94db
commit 2bce3e276b
2 changed files with 84 additions and 0 deletions

1
.gitignore vendored
View File

@@ -27,6 +27,7 @@ benchmark-dir
.conan/test_package/build
.conan/test_package/CMakeUserPresets.json
bazel-*
MODULE.bazel.lock
build-fuzzers
debug-build
.vscode