aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/regex/pire/ut/stub/cppunit.h
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2025-06-25 00:23:21 +0300
committerthegeorg <thegeorg@yandex-team.com>2025-06-25 00:38:34 +0300
commite7147783ae6a23ee6675fa9f8ca6f43c6af17bc3 (patch)
tree454e5df12108188dd07fff8193566892d22e5909 /library/cpp/regex/pire/ut/stub/cppunit.h
parentebc5e196362b795c9a1ac8efa9d5a997cf07b1a4 (diff)
downloadydb-e7147783ae6a23ee6675fa9f8ca6f43c6af17bc3.tar.gz
pire was achived on GitHub, move the code into library/cpp/regex/pire
commit_hash:018daf4645e87c4e0b31e1191af4e75e48f6d958
Diffstat (limited to 'library/cpp/regex/pire/ut/stub/cppunit.h')
-rw-r--r--library/cpp/regex/pire/ut/stub/cppunit.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/library/cpp/regex/pire/ut/stub/cppunit.h b/library/cpp/regex/pire/ut/stub/cppunit.h
new file mode 100644
index 00000000000..6d15ce09122
--- /dev/null
+++ b/library/cpp/regex/pire/ut/stub/cppunit.h
@@ -0,0 +1,14 @@
+#ifndef PIRE_STUB_CPPUNIT_H_INCLUDED
+#define PIRE_STUB_CPPUNIT_H_INCLUDED
+
+#include <library/cpp/testing/unittest/registar.h>
+#include <util/stream/mem.h>
+
+#define UNIT_CHECKPOINT()
+
+typedef TMemoryInput MemoryInput;
+
+#endif
+
+
+