Skip to content

Commit

Permalink
Revert "BLE: Gatt client unit tests"
Browse files Browse the repository at this point in the history
  • Loading branch information
0xc0170 committed Mar 26, 2018
1 parent 0a0cc58 commit afeb306
Show file tree
Hide file tree
Showing 22 changed files with 0 additions and 4,020 deletions.
28 changes: 0 additions & 28 deletions .travis.yml
Expand Up @@ -20,15 +20,6 @@ cache:
- $HOME/.cache/apt
- $HOME/gcc-arm-none-eabi-6-2017-q2-update

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-6
- g++-6
- cmake

before_install:
- bash -c "$STATUS" pending "Local $NAME testing is in progress"
# Make sure pipefail
Expand Down Expand Up @@ -143,25 +134,6 @@ matrix:
fi
- bash -c "$STATUS" success "$STATUSM"

- env:
- NAME=ble-host-tests
- BLE_HOST_TESTS=$PWD/features/FEATURE_BLE/tests
install:
# Install dependencies
- sudo apt-get install cmake
# Print versions we use
- gcc --version
- cmake --version
script:
# Compile the tests
- mkdir $BLE_HOST_TESTS/build
- cd $BLE_HOST_TESTS/build && CC=gcc-6 CXX=g++-6 cmake .. -G "Unix Makefiles"
- ls $BLE_HOST_TESTS
- ls $BLE_HOST_TESTS/build
- cd $BLE_HOST_TESTS/build && make
# Run ble host tests
- $BLE_HOST_TESTS/build/gatt-client-tests

- env:
- NAME=littlefs
- LITTLEFS=features/filesystem/littlefs
Expand Down
89 changes: 0 additions & 89 deletions features/FEATURE_BLE/tests/CMakeLists.txt

This file was deleted.

15 changes: 0 additions & 15 deletions features/FEATURE_BLE/tests/CMakeLists.txt.in

This file was deleted.

35 changes: 0 additions & 35 deletions features/FEATURE_BLE/tests/README.md

This file was deleted.

0 comments on commit afeb306

Please sign in to comment.