Skip to content

Commit 062164e

Browse files
authored
Merge pull request #6452 from ARMmbed/revert-6086-gatt-client-unit-tests
Revert "BLE: Gatt client unit tests"
2 parents 2673758 + afeb306 commit 062164e

22 files changed

+0
-4020
lines changed

.travis.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,6 @@ cache:
2020
- $HOME/.cache/apt
2121
- $HOME/gcc-arm-none-eabi-6-2017-q2-update
2222

23-
addons:
24-
apt:
25-
sources:
26-
- ubuntu-toolchain-r-test
27-
packages:
28-
- gcc-6
29-
- g++-6
30-
- cmake
31-
3223
before_install:
3324
- bash -c "$STATUS" pending "Local $NAME testing is in progress"
3425
# Make sure pipefail
@@ -143,25 +134,6 @@ matrix:
143134
fi
144135
- bash -c "$STATUS" success "$STATUSM"
145136

146-
- env:
147-
- NAME=ble-host-tests
148-
- BLE_HOST_TESTS=$PWD/features/FEATURE_BLE/tests
149-
install:
150-
# Install dependencies
151-
- sudo apt-get install cmake
152-
# Print versions we use
153-
- gcc --version
154-
- cmake --version
155-
script:
156-
# Compile the tests
157-
- mkdir $BLE_HOST_TESTS/build
158-
- cd $BLE_HOST_TESTS/build && CC=gcc-6 CXX=g++-6 cmake .. -G "Unix Makefiles"
159-
- ls $BLE_HOST_TESTS
160-
- ls $BLE_HOST_TESTS/build
161-
- cd $BLE_HOST_TESTS/build && make
162-
# Run ble host tests
163-
- $BLE_HOST_TESTS/build/gatt-client-tests
164-
165137
- env:
166138
- NAME=littlefs
167139
- LITTLEFS=features/filesystem/littlefs

features/FEATURE_BLE/tests/CMakeLists.txt

Lines changed: 0 additions & 89 deletions
This file was deleted.

features/FEATURE_BLE/tests/CMakeLists.txt.in

Lines changed: 0 additions & 15 deletions
This file was deleted.

features/FEATURE_BLE/tests/README.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)