#  Copyright (C) GridGain Systems. All Rights Reserved.
#  _________        _____ __________________        _____
#  __  ____/___________(_)______  /__  ____/______ ____(_)_______
#  _  / __  __  ___/__  / _  __  / _  / __  _  __ `/__  / __  __ \
#  / /_/ /  _  /    _  /  / /_/ /  / /_/ /  / /_/ / _  /  _  / / /
#  \____/   /_/     /_/   \_,__/   \____/   \__,_/  /_/   /_/ /_/

set(TARGET gridgain-client-test)

set(SOURCES
    basic_authenticator_test.cpp
    column_order_test.cpp
    compute_test.cpp
    continuous_query_test.cpp
    ignite_client_test.cpp
    key_value_binary_view_test.cpp
    key_value_view_test.cpp
    main.cpp
    record_binary_view_test.cpp
    record_view_test.cpp
    schema_synchronization_test.cpp
    sql_test.cpp
    ssl_test.cpp
    tables_test.cpp
    transactions_test.cpp
#    partition_awareness_test.cpp TODO enable when option will be disabled GG-47868
)

ignite_test(${TARGET} SOURCES ${SOURCES} LIBS gridgain-test-common gridgain9-client-static)
