summaryrefslogtreecommitdiffstats
path: root/fastos/src/tests/CMakeLists.txt
blob: 7d4b014b6b32b8448d1f480c5894ca4185f9e9da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(fastos_filetest_app TEST
    SOURCES
    filetest.cpp
    DEPENDS
    fastos
)
vespa_add_test(NAME fastos_filetest_app NO_VALGRIND COMMAND fastos_filetest_app)
vespa_add_executable(fastos_typetest_app TEST
    SOURCES
    typetest.cpp
    DEPENDS
    fastos
)
vespa_add_test(NAME fastos_typetest_app NO_VALGRIND COMMAND fastos_typetest_app)