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

set(TARGET gridgain-extension-test)

set(SOURCES
    main.cpp
    binary_tuple_cursor_test.cpp
    binary_tuple_traits_test.cpp
    key_value_view_test.cpp
    record_view_test.cpp
    catalog_schemas_test.cpp
    catalog_transaction_test.cpp
    client_indexes_test.cpp
    extension_index_test.cpp
    extension_indexes_test.cpp
    extension_table_test.cpp
    full_scan_test.cpp
    index_test.cpp
    schema_test.cpp
    typed_cursor_test.cpp
    typed_decimal_test.cpp
)

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