Skip to content

Commit

Permalink
Patmos threaded basic test is removed
Browse files Browse the repository at this point in the history
  • Loading branch information
EhsanKhodadad committed Oct 21, 2024
1 parent f5de81e commit 813fb6a
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,4 @@ public void buildPatmosBasicTestsUnthreaded() {
TestLevel.BUILD,
false);
}

@Test
public void buildPatmosBasicTests() {
Assumptions.assumeTrue(isLinux(), "Patmos tests only supported on Linux");
super.runTestsFor(
List.of(Target.C),
"Build basic tests for Patmos.",
TestCategory.BASIC::equals,
Transformers::noChanges,
Configurators::makePatmosCompatible,
TestLevel.BUILD,
false);
}
}

0 comments on commit 813fb6a

Please sign in to comment.