• Home
Name Date Size #Lines LOC

..--

base/06-Sep-2024-3118

client/06-Sep-2024-9751

core/06-Sep-2024-4728

go/06-Sep-2024-2717

BUILD.bazelD06-Sep-2024968 5345

README.mdD06-Sep-2024650 1110

bazel_test.cppD06-Sep-20241.1 KiB3526

pathop_main.cppD06-Sep-2024784 3725

print_os.pyD06-Sep-2024411 2316

README.md

1This contains files what we can use to test our Bazel toolchains or prototype new BUILD rules.
2
3One can test the layering_check implementation with the following 4 commands, expecting each to fail
4    bazel build //experimental/bazel_test/client:client_lib \
5        --copt=-DHEADER_INCLUDES_TRANSITIVE_HEADER=1
6    bazel build //experimental/bazel_test/client:client_lib \
7        --copt=-DHEADER_INCLUDES_PRIVATE_HEADER=1
8    bazel build //experimental/bazel_test/client:client_lib \
9        --copt=-DSOURCE_INCLUDES_TRANSITIVE_HEADER=1
10    bazel build //experimental/bazel_test/client:client_lib \
11        --copt=-DSOURCE_INCLUDES_PRIVATE_HEADER=1