Merge ~alfonsosanchezbeato/snappy-hwe-snaps/+git/bluez:run-unit-tests into ~snappy-hwe-team/snappy-hwe-snaps/+git/bluez:master

Proposed by Alfonso Sanchez-Beato
Status: Merged
Approved by: Konrad Zapałowicz
Approved revision: 5f4f51d92ddf2422369b3df85d11102c47d2c032
Merged at revision: f0ab24c7e328502e4c58c49843c209161618896e
Proposed branch: ~alfonsosanchezbeato/snappy-hwe-snaps/+git/bluez:run-unit-tests
Merge into: ~snappy-hwe-team/snappy-hwe-snaps/+git/bluez:master
Diff against target: 23 lines (+5/-0)
1 file modified
snapcraft.yaml (+5/-0)
Reviewer Review Type Date Requested Status
Konrad Zapałowicz (community) code Approve
Simon Fels Approve
System Enablement Bot continuous-integration Approve
Review via email: mp+318880@code.launchpad.net

Commit message

Run bluez part unit tests on build

Description of the change

Run bluez part unit tests on build

To post a comment you must log in.
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Simon Fels (morphis) wrote :

LGTM

review: Approve
Revision history for this message
Konrad Zapałowicz (kzapalowicz) wrote :

ack

review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/snapcraft.yaml b/snapcraft.yaml
2index 0f99b35..f7b345c 100644
3--- a/snapcraft.yaml
4+++ b/snapcraft.yaml
5@@ -74,6 +74,7 @@ parts:
6 - --enable-obex
7 - --disable-systemd
8 - --disable-silent-rules
9+ - --enable-test
10 build-packages:
11 - libglib2.0-dev
12 - libdbus-1-dev
13@@ -98,6 +99,10 @@ parts:
14 - usr/bin/hcitool
15 - usr/share/doc/libical1a/copyright
16 - $libical1a
17+ install: |
18+ # Run all tests shiped by default
19+ make check
20+
21 common:
22 plugin: dump
23 organize:

Subscribers

People subscribed via source and target branches