aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/diskindex/pagedict4/CMakeLists.txt
blob: f8aef573c9a1c6fde598ad02cf5c2bd3f2d592a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchlib_pagedict4_test_app
    SOURCES
    pagedict4test.cpp
    DEPENDS
    searchlib_test
    searchlib
)
vespa_add_test(NAME searchlib_pagedict4_test_app COMMAND searchlib_pagedict4_test_app)