# Copyright © 2025 Huawei Technologies Co., Ltd. All Rights Reserved.
# This source file is part of the Cangjie project, licensed under Apache-2.0
# with Runtime Library Exception.
#
# See https://cangjie-lang.cn/pages/LICENSE for license information.

set(UNITTEST_SRCS
    assertion_macro.cj
    bench_macro.cj
    data_test_macro.cj
    dsl_parser.cj
    exception.cj
    instrumentation.cj
    macro_state.cj
    macro_util.cj
    measure_macro.cj
    parallel_macro.cj
    power_assert.cj
    prop_test_macro.cj
    skip_macro.cj
    test_case_macro.cj
    test_macro.cj
    types_macro.cj
    macro_keys.cj
    timeout_macro.cj
    lifecycle.cj
    lifecycle_macros.cj
    test_template.cj
    throws_macro.cj
    test_builder_macro.cj
    validator_macro.cj
    util.cj
    CACHE INTERNAL "")
