From 01b53ac4ce84aae2b2a1dcb1a68f748fd16f0ede Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 17 Dec 2016 20:52:30 -0800 Subject: Test framework is dev-complete. More functionality may be added later. Also, the current code is not Win32 safe. --- tests/demo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/demo.c') diff --git a/tests/demo.c b/tests/demo.c index cfa879da..c38dd3b9 100644 --- a/tests/demo.c +++ b/tests/demo.c @@ -7,6 +7,7 @@ test_main("Things work", { x = 1; y = 2; test_convey("X is one", { + test_debugf("A logged message."); test_assert(x == 1); }); test_convey("Y is two", { @@ -38,7 +39,7 @@ test_main("Things work", { }); test_convey("Middle (Skip?)", { test_so(9 - 1 == 8); - test_skip(); + test_skip("forced skip"); test_so(0 == 1); }); test_convey("Ending", { -- cgit v1.2.3-70-g09d2