summaryrefslogtreecommitdiffstats
path: root/eval/src/tests/instruction/generic_peek/CMakeLists.txt
blob: 11732c865ec0cb5dd3b484a23cf0e9add2a8d26b (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(eval_generic_peek_test_app TEST
    SOURCES
    generic_peek_test.cpp
    DEPENDS
    vespaeval
    GTest::GTest
)
vespa_add_test(NAME eval_generic_peek_test_app NO_VALGRIND COMMAND eval_generic_peek_test_app)