From a7ab9683887fe45309eb67b16f28d6c068128186 Mon Sep 17 00:00:00 2001 From: Philip Maus Date: Fri, 12 Jul 2024 22:47:48 +0200 Subject: [PATCH 1/2] Updated .smalltalk.ston --- .smalltalk.ston | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.smalltalk.ston b/.smalltalk.ston index 1783492..3785149 100644 --- a/.smalltalk.ston +++ b/.smalltalk.ston @@ -2,10 +2,13 @@ SmalltalkCISpec { #loading : [ SCIMetacelloLoadSpec { #baseline : 'SustainableSimulations', - #platforms : [ #squeak ] + #directory : 'src', + #platforms : [ #squeak ], + #load : ['tests'] } ], #testing : { + #packages : ['SustainableSimulations-Tests'] #coverage : { #packages : [ 'SustainableSimulations-Core.*', 'SustainableSimulations-Roads.*', 'SustainableSimulations-UI.*' ] } From 3b4f8431bf8fc9518df176f5fa9ba1e1a702f684 Mon Sep 17 00:00:00 2001 From: Philip Maus Date: Fri, 12 Jul 2024 22:48:52 +0200 Subject: [PATCH 2/2] Fixed syntax in .smalltalk.ston --- .smalltalk.ston | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.smalltalk.ston b/.smalltalk.ston index 3785149..63f578b 100644 --- a/.smalltalk.ston +++ b/.smalltalk.ston @@ -8,7 +8,7 @@ SmalltalkCISpec { } ], #testing : { - #packages : ['SustainableSimulations-Tests'] + #packages : ['SustainableSimulations-Tests'], #coverage : { #packages : [ 'SustainableSimulations-Core.*', 'SustainableSimulations-Roads.*', 'SustainableSimulations-UI.*' ] }