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
- Host: GitHub
- URL: https://github.com/bytecodealliance/filecheck
- Owner: bytecodealliance
- License: apache-2.0
- Created: 2018-03-15T20:44:31.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2020-06-26T12:04:04.000Z (over 5 years ago)
- Last Synced: 2025-07-12T00:44:55.568Z (7 months ago)
- Topics: testing, testing-tools
- Language: Rust
- Homepage: https://crates.io/crates/filecheck
- Size: 4.33 MB
- Stars: 22
- Watchers: 7
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a library for writing tests for utilities that read text files and
produce text output.
[](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.