Skip to content

Commit

Permalink
removes test exclusion. I need to make this a serial command so we ca…
Browse files Browse the repository at this point in the history
…n avoid hard-coding it like this (and consquently avoiding the confusion when this code is accidentally checked in later.)
  • Loading branch information
m-mcgowan committed Feb 24, 2016
1 parent 09e8142 commit 3076956
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions user/tests/wiring/no_fixture/thread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,3 @@ test(application_watchdog_doesnt_fire_when_app_checks_in)
}

#endif

void init_tests()
{
Test::exclude("*");
Test::include("application_watchdog*");
}

STARTUP(init_tests());

0 comments on commit 3076956

Please sign in to comment.