Skip to content
Snippets Groups Projects
Commit 85a54714 authored by Mick Jordan's avatar Mick Jordan
Browse files

add description attributes to suite distributions

parent 2be5ab4f
No related branches found
No related tags found
No related merge requests found
......@@ -383,6 +383,7 @@ suite = {
"distributions" : {
"TRUFFLE_R_PARSER_PROCESSOR" : {
"description" : "internal support for generating the R parser",
"subDir" : "truffle",
"dependencies" : ["com.oracle.truffle.r.parser.processor"],
"exclude" : [
......@@ -394,6 +395,7 @@ suite = {
},
"FASTR_NATIVE_DEV": {
"description" : "support for overriding the native project implementation in a separate suite",
"native" : "true",
"relpath" : "true",
"dependencies" : ["com.oracle.truffle.r.native"],
......@@ -404,6 +406,7 @@ suite = {
},
"FASTR_RELEASE": {
"description" : "a binary release of FastR",
"native" : "true",
"dependencies" : ["com.oracle.truffle.r.release"],
"relpath" : "true",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment