summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/bucketmover/CMakeLists.txt
blob: 0ac5ec61a71dcd1a1b00a9415533c9b5d5303c16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storage_testbucketmover TEST
    SOURCES
    bucketmovertest.cpp
    htmltabletest.cpp
    DEPENDS
    storage
    AFTER
    storage_storageconfig
)