1
0
Fork 0
git/t/unit-tests/clar/test/clar_test.h
Daniel Baumann 54102a2c29
Adding upstream version 1:2.47.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-23 07:43:39 +02:00

16 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