(file) Return to nitsstubs.h CVS log (file) (dir) Up to [OMI] / omi / tests / pal

File: [OMI] / omi / tests / pal / nitsstubs.h (download)
Revision: 1.1, Mon Apr 20 17:20:36 2015 UTC (9 years, 2 months ago) by krisbash
Branch: MAIN
CVS Tags: OMI_1_0_8_2, OMI_1_0_8_1, HEAD
OMI 1.0.8-1

#ifndef _nitsstubs_h
#define _nitsstubs_h

#include <cassert>

#define NitsTest(FUNC) static void FUNC() {
#define NitsEndTest }
#define NitsAssert(COND, STR) assert(COND)

#endif /* _nitsstubs_h */

ViewCVS 0.9.2