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

load("@fbcode_macros//build_defs:python_unittest.bzl", "python_unittest")

oncall("data_compression")

python_unittest(
    name = "test_openzl_sys",
    srcs = [
        "__init__.py",
        "test_openzl_sys.py",
    ],
    deps = [
        "fbsource//third-party/pypi/numpy:numpy",
        "//data_compression/experimental/zstrong/py:openzl",
    ],
)
