]> granicus.if.org Git - graphviz/commit
Check for unit test framework in configure.ac
authorErwin Janssen <erwinjanssen@outlook.com>
Mon, 8 Aug 2016 09:21:55 +0000 (11:21 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Mon, 8 Aug 2016 09:46:51 +0000 (11:46 +0200)
commit950c71e6879827aad70ddaae67d69b6643b0785d
tree743bdb433e108152d4970b19427d5da2d4a6fe43
parent91a9749ebf5ae4490ecbdb59803bf79e971508fc
Check for unit test framework in configure.ac

Criterion is a unit testing framework for C and C++ and it's C99 compatible. It allows for fast test writing because, unlike a lot of other C unit test frameworks, it doesn't require a lot of boilerplate code.

This check in configure.ac checks if Criterion is installed on the system.
configure.ac