aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/rw_spin_lock/CMakeLists.txt
blob: e4c1d2b215f8ae85924516b9790399b4b3fb915e (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vespalib_rw_spin_lock_test_app TEST
    SOURCES
    rw_spin_lock_test.cpp
    DEPENDS
    vespalib
    GTest::GTest
)
vespa_add_test(NAME vespalib_rw_spin_lock_test_app NO_VALGRIND COMMAND vespalib_rw_spin_lock_test_app)