1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-04-27 18:25:06 +00:00
libsearpc/tests/clar_test.h
Chilledheart 59c82b2604 [tests] use clar
- enable test in travis-ci script
2014-07-18 09:58:40 +08:00

17 lines
377 B
C

/*
* Copyright (c) Vicent Marti. All rights reserved.
*
* This file is part of clar, distributed under the ISC license.
* For full terms see the included COPYING file.
*/
#ifndef __CLAR_TEST__
#define __CLAR_TEST__
/* Import the standard clar helper functions */
#include "clar.h"
/* Your custom shared includes / defines here */
extern int global_test_counter;
#endif