From c521bbbb83b7100de595be708b8ee096372d7f2e Mon Sep 17 00:00:00 2001 From: Philip Maus <26908319+philip-maus@users.noreply.github.com> Date: Fri, 12 Jul 2024 23:08:46 +0200 Subject: [PATCH] Update .smalltalk.ston --- .smalltalk.ston | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.smalltalk.ston b/.smalltalk.ston index 1783492..4480f89 100644 --- a/.smalltalk.ston +++ b/.smalltalk.ston @@ -2,10 +2,13 @@ SmalltalkCISpec { #loading : [ SCIMetacelloLoadSpec { #baseline : 'SustainableSimulations', + #directory : 'src', + #load : [ 'tests' ], #platforms : [ #squeak ] } ], #testing : { + #categories : [ 'SustainableSimulations-Tests' ] #coverage : { #packages : [ 'SustainableSimulations-Core.*', 'SustainableSimulations-Roads.*', 'SustainableSimulations-UI.*' ] }