Skip to content

Commit

Permalink
Add and test Polyglot installLanguage:version:
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Feb 17, 2024
1 parent 7636483 commit cdf343d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
8 changes: 6 additions & 2 deletions mx.trufflesqueak/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@
"sourceDirs": ["src"],
"dependencies": [
"de.hpi.swa.trufflesqueak",
"mx:JUNIT"
"mx:JUNIT",
"sdk:MAVEN_DOWNLOADER",
],
"checkstyle": "de.hpi.swa.trufflesqueak",
"jacoco": "include",
Expand Down Expand Up @@ -420,7 +421,10 @@
"de.hpi.swa.trufflesqueak.test",
],
"exclude": ["mx:JUNIT", "mx:HAMCREST"],
"distDependencies": ["TRUFFLESQUEAK"],
"distDependencies": [
"TRUFFLESQUEAK",
"sdk:MAVEN_DOWNLOADER",
],
"testDistribution": True,
"maven": False,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4742,6 +4742,7 @@ PointTest>>testSign=passing
PointTest>>testTheta=passing
PointTest>>testUnCategorizedMethods=passing
PointTest>>testZeroPointNormal=passing
PolyglotTest>>testInstallLanguage=passing
PolyglotTest>>testLanguageInfo=passing
PolyglotTest>>testPolyglotBindings=passing
PolyglotTest>>testPolyglotEval=passing
Expand Down

0 comments on commit cdf343d

Please sign in to comment.