# Copyright (c) Meta Platforms, Inc. and affiliates.

load("//data_compression/experimental/zstrong:defs.bzl", "zs_unittest")

oncall("data_compression")

zs_unittest(
    name = "test_compiler",
    srcs = glob([
        "*.cpp",
    ]),
    headers = glob([
        "*.hpp",
    ]),
    deps = [
        "//data_compression/experimental/zstrong/tools/sddl/compiler:lib",
    ],
)
