summaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/unittest/fat
diff options
context:
space:
mode:
authoralexv-smirnov <[email protected]>2023-03-28 22:25:04 +0300
committeralexv-smirnov <[email protected]>2023-03-28 22:25:04 +0300
commitb8a17f9b1c166d2e9a26b99348a4c29d972caf55 (patch)
tree1a2d881f1a9452b9c6103dbf69d73da7624e98e5 /library/cpp/testing/unittest/fat
parent25659221f18577ea38430a8ec3349836f5626b6a (diff)
Revert ymake build from ydb oss export
Diffstat (limited to 'library/cpp/testing/unittest/fat')
-rw-r--r--library/cpp/testing/unittest/fat/ya.make17
1 files changed, 0 insertions, 17 deletions
diff --git a/library/cpp/testing/unittest/fat/ya.make b/library/cpp/testing/unittest/fat/ya.make
deleted file mode 100644
index 464f26818f6..00000000000
--- a/library/cpp/testing/unittest/fat/ya.make
+++ /dev/null
@@ -1,17 +0,0 @@
-UNITTEST()
-
-SRCS(
- test_port_manager.cpp
-)
-
-SIZE(LARGE)
-
-# We need to run tests at the same time on the single machine
-FORK_SUBTESTS()
-
-TAG(
- ya:fat
- ya:force_sandbox
-)
-
-END()