Skip to content

Commit

Permalink
Add Cuis-Smalltalk test image to image selection
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Jan 29, 2022
1 parent 682bf5a commit c46eafb
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@

public final class SqueakImageLocator {
private static final String[][] SMALLTALK_IMAGES = {
new String[]{"TruffleSqueak image", "https://github.com/hpi-swa/trufflesqueak/releases/download/21.3.0/TruffleSqueakImage-21.3.0.zip"},
new String[]{"TruffleSqueak test image", "https://github.com/hpi-swa/trufflesqueak/releases/download/21.1.0/TruffleSqueakTestImage-6.0alpha-20228b-64bit.zip"}};
new String[]{"TruffleSqueak image (21.3.0) (recommended)", "https://github.com/hpi-swa/trufflesqueak/releases/download/21.3.0/TruffleSqueakImage-21.3.0.zip"},
new String[]{"TruffleSqueak test image (6.0alpha-20228b)", "https://github.com/hpi-swa/trufflesqueak/releases/download/21.1.0/TruffleSqueakTestImage-6.0alpha-20228b-64bit.zip"},
new String[]{"Cuis-Smalltalk test image (6.0-5053)", "https://github.com/hpi-swa/trufflesqueak/releases/download/21.3.0/CuisTestImage-6.0-5053.zip"}};

/* Ensures that TruffleSqueak's resources directory exists and returns path to image file. */
public static String findImage(final String userImage) {
Expand Down

0 comments on commit c46eafb

Please sign in to comment.