Skip to content

Commit

Permalink
fixed cpp and sycl tests not getting found by scalaTest -i matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellen Wittingen committed Jul 6, 2023
1 parent 203008f commit 710b884
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/main/vct/test/integration/meta/ExampleCoverage.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class ExampleCoverage extends AnyFlatSpec {
new CIncludeSpec(),
new ClassesSpec(),
new CounterSpec(),
new CPPSpec(),
new DemoSpec(),
new FinalConstExprSpec(),
new ExtractSpec(),
Expand All @@ -38,6 +39,7 @@ class ExampleCoverage extends AnyFlatSpec {
new SilverDomainSpec(),
new SmtSpec(),
new SummationSpec(),
new SYCLSpec(),
new TechnicalAbruptSpec(),
new TechnicalEnumSpec(),
new TechnicalFloatSpec(),
Expand Down

0 comments on commit 710b884

Please sign in to comment.