Sha256: 932940b692c80cf629604fb8eb91d20acf50d7683ec42f3252d659f4c3436a78
Contents?: true
Size: 464 Bytes
Versions: 25
Compression:
Stored size: 464 Bytes
Contents
/* * 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; #include "helpers.h" #include "../src/mtex2MML.h" #include "deps/file2str/file2str.h" #endif
Version data entries
25 entries across 25 versions & 1 rubygems