diff --git a/content/coreutils.md b/content/coreutils.md index 4d38ef14c..e77608a62 100644 --- a/content/coreutils.md +++ b/content/coreutils.md @@ -7,6 +7,8 @@ template = "project.html" uutils coreutils is a cross-platform reimplementation of the GNU coreutils in Rust. While all programs have been implemented, some options might be missing or different behavior might be experienced. +[![GNU test results](https://raw.githubusercontent.com/uutils/coreutils-tracking/refs/heads/main/gnu-results.svg)](https://github.com/uutils/coreutils-tracking) + # Goals This project aims to be a drop-in replacement for the GNU utils. Differences with GNU are treated as bugs. diff --git a/content/findutils.md b/content/findutils.md index 28a0796c2..aa4258134 100644 --- a/content/findutils.md +++ b/content/findutils.md @@ -9,6 +9,8 @@ Rust implementation of GNU findutils: `xargs`, `find`, `locate` and `updatedb`. This project aims to be a drop-in replacement of the original commands. +[![BFS test results](https://raw.githubusercontent.com/uutils/findutils-tracking/refs/heads/main/bfs-results.svg)](https://github.com/uutils/findutils-tracking) + # Contributing To contribute to uutils findutils, please see [CONTRIBUTING](https://github.com/uutils/findutils/blob/main/CONTRIBUTING.md).