aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/rw_spin_lock/CMakeLists.txt
blob: 76bcb918ce945482b1cc7c0299e28ebe7f074d68 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Yahoo. 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)