From 8304cea355489a36f8c649347aa0436a8b0b5c45 Mon Sep 17 00:00:00 2001 From: Jacek Olszak Date: Sun, 1 Dec 2024 00:48:04 +0100 Subject: [PATCH] Add note that subject_test.lua should be drag'n'dropped to Unitron window --- examples/subject_test.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/subject_test.lua b/examples/subject_test.lua index 545333d..56626d2 100644 --- a/examples/subject_test.lua +++ b/examples/subject_test.lua @@ -1,6 +1,8 @@ -- (c) 2024 Jacek Olszak -- This code is licensed under MIT license (see LICENSE for details) +-- Drag and drop this file into Unitron window to start the test. + include "subject.lua" -- include the "production" code which will be tested here -- test function starts a test with given name. Code of the test is provided