aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/liburing/test/fixed-hugepage.t/ya.make
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2024-09-15 15:23:16 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2024-09-15 15:34:37 +0300
commit652e26979af322802fc3f9a6fa7800b574e47ae5 (patch)
treeea8007b370826a47fdf8051b40fb178afcb4f599 /contrib/libs/liburing/test/fixed-hugepage.t/ya.make
parentdbf2aed3f6d5c2cb919f9ace1b876025989f8ab1 (diff)
downloadydb-652e26979af322802fc3f9a6fa7800b574e47ae5.tar.gz
Update contrib/libs/liburing to 2.7
commit_hash:87f3322875a8a40a773f874c3ee2d0a95ce53dbe
Diffstat (limited to 'contrib/libs/liburing/test/fixed-hugepage.t/ya.make')
-rw-r--r--contrib/libs/liburing/test/fixed-hugepage.t/ya.make35
1 files changed, 35 insertions, 0 deletions
diff --git a/contrib/libs/liburing/test/fixed-hugepage.t/ya.make b/contrib/libs/liburing/test/fixed-hugepage.t/ya.make
new file mode 100644
index 0000000000..9c4ef3dbe4
--- /dev/null
+++ b/contrib/libs/liburing/test/fixed-hugepage.t/ya.make
@@ -0,0 +1,35 @@
+# Generated by devtools/yamaker.
+
+PROGRAM()
+
+WITHOUT_LICENSE_TEXTS()
+
+VERSION(2.7)
+
+LICENSE(MIT)
+
+PEERDIR(
+ contrib/libs/liburing
+)
+
+ADDINCL(
+ contrib/libs/liburing/src/include
+)
+
+NO_COMPILER_WARNINGS()
+
+NO_RUNTIME()
+
+CFLAGS(
+ -DLIBURING_BUILD_TEST
+ -D__SANE_USERSPACE_TYPES__
+)
+
+SRCDIR(contrib/libs/liburing/test)
+
+SRCS(
+ fixed-hugepage.c
+ helpers.c
+)
+
+END()