diff options
| author | Sudar <sudar@sudarmuthu.com> | 2015-01-23 15:23:55 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2015-01-23 15:23:55 +0530 |
| commit | 27ed197accd379d7a19b2f414bb26dea61b8576c (patch) | |
| tree | ba86d0364dcd3a7d33855ff6171da4adf0f59ebc /tests/script | |
| parent | 131809e5085a57a41da14aec68a3467a1a109115 (diff) | |
| parent | a6505e6da83f85c5a365ff7729775954bd5d51e7 (diff) | |
Merge pull request #315 from sej7278/master
Get all the commits before #313
Diffstat (limited to 'tests/script')
| -rwxr-xr-x | tests/script/runtests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/script/runtests.sh b/tests/script/runtests.sh index f45fa3f..1c54836 100755 --- a/tests/script/runtests.sh +++ b/tests/script/runtests.sh @@ -7,7 +7,7 @@ failures=() # These examples cannot be tested easily at the moment as they require # alternate cores. The MakefileExample doesn't actually contain any source code # to compile. -NON_TESTABLE_EXAMPLES=(ATtinyBlink MakefileExample TinySoftWareSerial BlinkTeensy) +NON_TESTABLE_EXAMPLES=(ATtinyBlink MakefileExample TinySoftWareSerial BlinkTeensy BlinkNetworkRPi) for dir in $TESTS_DIR/*/ do |
