google / cmockery

A lightweight library to simplify and generalize the process of writing unit tests for C applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add headers for regular case

GoogleCodeExporter opened this issue · comments

Hi!

I think adding the standard required headers within #if/#endif would reduce
the code needed to bootstrap a new test.

#ifndef CMOCKERY_NO_STANDARD_HEADERS
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#endif

Original issue reported on code.google.com by tommie%s...@gtempaccount.com on 18 Aug 2009 at 7:24