File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
tmc-langs-r/src/main/java/fi/helsinki/cs/tmc/langs/r Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 6
6
import fi .helsinki .cs .tmc .langs .abstraction .ValidationResult ;
7
7
import fi .helsinki .cs .tmc .langs .domain .ExerciseBuilder ;
8
8
import fi .helsinki .cs .tmc .langs .domain .ExerciseDesc ;
9
+ import fi .helsinki .cs .tmc .langs .domain .ExercisePackagingConfiguration ;
9
10
import fi .helsinki .cs .tmc .langs .domain .RunResult ;
10
11
import fi .helsinki .cs .tmc .langs .domain .SpecialLogs ;
11
12
import fi .helsinki .cs .tmc .langs .domain .TestDesc ;
@@ -194,4 +195,10 @@ public String[] getAvailablePointsCommand() {
194
195
@ Override
195
196
public void clean (Path path ) {
196
197
}
198
+
199
+ @ Override
200
+ public ExercisePackagingConfiguration getExercisePackagingConfiguration (Path path ) {
201
+ return new ExercisePackagingConfiguration (
202
+ ImmutableList .of ("R" ), ImmutableList .of ("tests" ));
203
+ }
197
204
}
You can’t perform that action at this time.
0 commit comments