Skip to content

Commit

Permalink
Update testing structure and add unit tests for Device Authenticator
Browse files Browse the repository at this point in the history
  • Loading branch information
Mtalat committed Sep 14, 2022
1 parent ca6da4b commit b95d193
Show file tree
Hide file tree
Showing 9 changed files with 157 additions and 458 deletions.
15 changes: 14 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,20 @@ jobs:
-DBUILD_CLONE_SUBMODULES=ON \
-DCMAKE_C_FLAGS='--coverage -Wall -Wextra -Werror -DNDEBUG'
make -C build/ all
unit-test:
runs-on: ubuntu-latest
container:
image: ghcr.io/1nce-gmbh/1nce-iot-c-sdk:latest
credentials:
username: ${{ github.actor }}
password: ${{ secrets.CONTAINER_KEY }}

steps:
- uses: actions/checkout@v2
- name: Unit Test
run: ceedling test:all

complexity:
runs-on: ubuntu-latest
container:
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

85 changes: 0 additions & 85 deletions test/unit-test/CMakeLists.txt

This file was deleted.

1 change: 0 additions & 1 deletion test/unit-test/CMock
Submodule CMock deleted from f5a769
58 changes: 0 additions & 58 deletions test/unit-test/cmock_build.cmake

This file was deleted.

105 changes: 0 additions & 105 deletions test/unit-test/logging/logging_levels.h

This file was deleted.

Loading

0 comments on commit b95d193

Please sign in to comment.