Update HACKING.md #910

Merged
merged 2 commits into from Nov 16, 2016

Conversation

Projects
None yet
2 participants
Collaborator

sergiusens commented Nov 16, 2016

Removed a very obsolete section about testing, added it to the end after installing and making sure the correct set of dependencies are in place.

Update HACKING.md
Removed a very obsolete section about testing, added it to the end after installing and making sure the correct set of dependencies are in place.
+ ./runtests.sh [static|unit|integration|snaps]
@elopio

elopio Nov 16, 2016

Member

This will actually try to set up an all snaps image with ubuntu-device-flash. I think that the right thing to do now is to run the snaps tests locally:
#911

@sergiusens

sergiusens Nov 16, 2016

Collaborator

indeed

HACKING.md
Install the needed dependencies.
- sudo apt install build-essential python3-dev libapt-pkg-dev libsodium-dev gcc libffi-dev
+ sudo apt install build-essential python3-dev libapt-pkg-dev libsodium-dev gcc libffi-dev libarchive13
@elopio

elopio Nov 16, 2016

Member

as I suggested in #909, would it be better to use sudo apt build-dep -y ./ ?

Member

elopio commented Nov 16, 2016

+1, with one question.

squashfs-tools to depends
Add squashfs-tools

@sergiusens sergiusens merged commit bccc3e4 into master Nov 16, 2016

0 of 6 checks passed

continuous-integration/travis-ci/pr The Travis CI build is in progress
Details
continuous-integration/travis-ci/push The Travis CI build is in progress
Details
coverage/coveralls Coverage pending from Coveralls.io
Details
xenial-amd64 autopkgtest running
Details
yakkety-amd64 autopkgtest running
Details
zesty-amd64 autopkgtest running
Details

@sergiusens sergiusens deleted the testing-updates-to-hacking branch Nov 16, 2016

kalikiana pushed a commit to kalikiana/snapcraft that referenced this pull request Apr 6, 2017

Update HACKING.md (#910)
Removed a very obsolete section about testing, added it to the end after installing and making sure the correct set of dependencies are in place.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment