From ba1879ef78df4dbb960ff918170d41d13dcabddc Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Fri, 28 Jun 2024 21:53:18 -0400 Subject: [PATCH] Add URL credit. --- OSBindings/Mac/Clock SignalTests/CPCShakerTests.mm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OSBindings/Mac/Clock SignalTests/CPCShakerTests.mm b/OSBindings/Mac/Clock SignalTests/CPCShakerTests.mm index 7530e75cf..8da32bbbd 100644 --- a/OSBindings/Mac/Clock SignalTests/CPCShakerTests.mm +++ b/OSBindings/Mac/Clock SignalTests/CPCShakerTests.mm @@ -13,6 +13,9 @@ #include "CSL.hpp" +// +// Runs a local capture of the test cases found at https://shaker.logonsystem.eu +// @interface CPCShakerTests : XCTestCase @end