summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/enum_attribute_compaction/CMakeLists.txt
blob: 6886a161fdf343dc4e4aa7fb721f87f42117fe5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
find_package(GTest REQUIRED)
vespa_add_executable(searchlib_enum_attribute_compaction_test_app TEST
    SOURCES
    enum_attribute_compaction_test.cpp
    DEPENDS
    searchlib
    GTest::GTest
)
vespa_add_test(NAME searchlib_enum_attribute_compaction_test_app COMMAND searchlib_enum_attribute_compaction_test_app)