summaryrefslogtreecommitdiff
path: root/asl/meta/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'asl/meta/BUILD.bazel')
-rw-r--r--asl/meta/BUILD.bazel27
1 files changed, 0 insertions, 27 deletions
diff --git a/asl/meta/BUILD.bazel b/asl/meta/BUILD.bazel
deleted file mode 100644
index e5b44a7..0000000
--- a/asl/meta/BUILD.bazel
+++ /dev/null
@@ -1,27 +0,0 @@
-cc_library(
- name = "meta",
- hdrs = [
- "empty.hpp",
- "funcs.hpp",
- "quals.hpp",
- "refs.hpp",
- "types.hpp",
- ],
- srcs = [
- "internal/quals.hpp",
- "internal/refs.hpp",
- "internal/types.hpp",
- ],
- visibility = ["//visibility:public"],
-)
-
-[cc_test(
- name = "%s_tests" % name,
- srcs = [
- "%s_tests.cpp" % name,
- ],
- deps = [
- ":meta",
- ],
-) for name in ["empty", "quals", "refs", "types", "funcs"]]
-