From 1f7ee578893b0c8302624b8925c7f357b6c7fbc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Sat, 8 Oct 2016 16:06:37 +0200 Subject: [PATCH] Updated building instructions after change to Catch testing framework. --- doc/building-instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/building-instructions.md b/doc/building-instructions.md index 3f56a48..aafcaf7 100644 --- a/doc/building-instructions.md +++ b/doc/building-instructions.md @@ -25,8 +25,8 @@ $ make ## Running the Tests -`plasp` provides unit tests written using the [Google Test](https://github.com/google/googletest) framework. -Before building and running the tests, make sure you have fetched the Google Test git submodule: +`plasp` provides unit tests written using the [Catch](https://github.com/philsquared/Catch) framework. +Before building and running the tests, make sure you have fetched the Catch git submodule: ```bash $ git submodule init