aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/global/unittests/global_variable/two_modules_ut/ya.make
blob: ae7757ab4dc6ce28bc0e7a75fc78299f16096404 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
GTEST(unittester-library-global-two_modules)

INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc)

SRCS(
    main.cpp
)

PEERDIR(
    library/cpp/yt/global
    library/cpp/yt/misc

    library/cpp/yt/global/mock_modules/module1_public
    library/cpp/yt/global/mock_modules/module1_defs

    library/cpp/yt/global/mock_modules/module2_public
    library/cpp/yt/global/mock_modules/module2_defs
)

END()