Skip to content

Commit

Permalink
Whoops tests were not executed
Browse files Browse the repository at this point in the history
  • Loading branch information
wegendt-bosch committed Nov 18, 2019
1 parent 50856e2 commit bd87405
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,14 @@
import org.junit.runners.Suite.SuiteClasses;

@SuiteClasses({
ArraysTest.class,
ControlflowTest.class,
EpochTimeTest.class,
HelloWorldTest.class,
MqttTest.class,
ReferencesTest.class,
RingbufferTest.class,
StringTest.class,
ControlflowTest.class,
ArraysTest.class,
SumTypesTest.class
})
@RunWith(Suite.class)
Expand Down

0 comments on commit bd87405

Please sign in to comment.