An open API service indexing awesome lists of open source software.

https://github.com/bytecodealliance/filecheck

Library for writing tests for utilities that read text files and produce text output
https://github.com/bytecodealliance/filecheck

testing testing-tools

Last synced: about 1 month ago
JSON representation

Library for writing tests for utilities that read text files and produce text output

Awesome Lists containing this project

README

          

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=main)](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.