From 5046c3918e27b38c312b320720acf440aa0a6f38 Mon Sep 17 00:00:00 2001 From: Tom Date: Sun, 13 Oct 2019 15:11:06 +0200 Subject: [PATCH] readme: add Catch2 to dependencies --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8785e2d..e16cceb 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Signal handler that uses [pthread_sigmask](http://man7.org/linux/man-pages/man3/ * linux * pthread * cmake (recommended, but optional) +* Catch2 for testing ## Example usage