blob: 6d15ce09122f66abc495706225920125be907d6a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|