diff options
author | thegeorg <thegeorg@yandex-team.com> | 2025-06-25 00:23:21 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2025-06-25 00:38:34 +0300 |
commit | e7147783ae6a23ee6675fa9f8ca6f43c6af17bc3 (patch) | |
tree | 454e5df12108188dd07fff8193566892d22e5909 /library/cpp/regex/pire/ut/stub/cppunit.h | |
parent | ebc5e196362b795c9a1ac8efa9d5a997cf07b1a4 (diff) | |
download | ydb-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.h | 14 |
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 + + + |