filecheck 0.5.0

Library for writing tests for utilities that read text files and produce text output
Documentation
1
2
3
4
5
6
7
8
This is a library for writing tests for utilities that read text files and
produce text output.

[![Build Status](https://travis-ci.org/CraneStation/filecheck.svg?branch=master)](https://travis-ci.org/CraneStation/filecheck)

It is inspired by and similar to
[LLVM Filecheck](https://llvm.org/docs/CommandGuide/FileCheck.html), but
it is not directly compatible.