aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/svnversion/test/ya.make
blob: 279697bec110baf2692ff786e1d63a6601f2ec8f (plain) (blame)
1
2
3
4
5
6
7
8
PROGRAM()
PEERDIR(library/cpp/svnversion)
SRCS(main.cpp)

# Speed up building times - target is used in integration tests
ALLOCATOR(B)

END()