Removing config system tests from mbed-os CircleCI script

Brian Daniels 2016-06-21 19:03:18 -05:00
parent 8b175596f2
commit dcfc1cea50
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ test:
- cd ../testproject && mbed compile -m K64F -t GCC_ARM -j 0 --tests
- cd ../testproject && mbed compile -m LPC1768 -t GCC_ARM -j 0 --source=. --source=mbed-os/TESTS/integration/basic
- cd ../testproject && mbed compile -m NRF51_DK -t GCC_ARM -j 0 --source=. --source=mbed-os/TESTS/integration/basic
- cd ../testproject && export PYTHONPATH=mbed-os/core && python mbed-os/core/tools/test/config_test/config_test.py
dependencies:
pre: