Skip to content

Commit 3667d1b

Browse files
author
jantje
committed
Make sure this is run in Maartens tests
1 parent 9d72dbc commit 3667d1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

io.sloeber.tests/src/io/sloeber/core/CreateAndCompileLibraryExamples.java renamed to io.sloeber.tests/src/io/sloeber/core/CreateAndCompileLibraryExamplesTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@
3838

3939
@SuppressWarnings("nls")
4040
@RunWith(Parameterized.class)
41-
public class CreateAndCompileLibraryExamples {
41+
public class CreateAndCompileLibraryExamplesTest {
4242
private static final boolean reinstall_boards_and_examples = false;
4343
private static int mCounter = 0;
4444
private CodeDescriptor myCodeDescriptor;
4545
private BoardDescriptor myBoardid;
4646
private static int totalFails = 0;
4747

48-
public CreateAndCompileLibraryExamples(String name, BoardDescriptor boardid, CodeDescriptor codeDescriptor) {
48+
public CreateAndCompileLibraryExamplesTest(String name, BoardDescriptor boardid, CodeDescriptor codeDescriptor) {
4949
this.myBoardid = boardid;
5050
this.myCodeDescriptor = codeDescriptor;
5151

0 commit comments

Comments
 (0)