diff --git a/.smalltalk.ston b/.smalltalk.ston deleted file mode 120000 index aeb497c..0000000 --- a/.smalltalk.ston +++ /dev/null @@ -1 +0,0 @@ -.smalltalk_gemstone.ston \ No newline at end of file diff --git a/.smalltalk.ston b/.smalltalk.ston new file mode 100644 index 0000000..ad12081 --- /dev/null +++ b/.smalltalk.ston @@ -0,0 +1,10 @@ +SmalltalkCISpec { + #loading : [ + SCIMetacelloLoadSpec { + #baseline : 'BitmapCharacterSet', + #directory : 'filetree', + #load : [ 'Tests' ], + #platforms : [ #gemstone] + } + ] +}