From 549ce5a1328378db0ff2fc94033208e9e4e1cbd2 Mon Sep 17 00:00:00 2001 From: Bob Jacobsen Date: Mon, 28 Aug 2017 17:40:48 +0200 Subject: [PATCH] failure hint --- CSC/exD.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CSC/exD.html b/CSC/exD.html index 30fdb90..6da191a 100644 --- a/CSC/exD.html +++ b/CSC/exD.html @@ -62,7 +62,8 @@

Exercise D: Experiment with CppUnit

These aren't real tests, of course, but rather demonstrations of what can easily be tested and what happens when they pass or fail. In this case, the first test will fail. -To see that, make and run the tests: +To see that, make and run the tests (see below about failures; you'll probably have to rebuild +CppUnit the first time through):
     make