Merge lp://staging/~thomas-voss/biometryd/add-test-command into lp://staging/biometryd

Proposed by Thomas Voß
Status: Merged
Approved by: Thomas Voß
Approved revision: 14
Merged at revision: 13
Proposed branch: lp://staging/~thomas-voss/biometryd/add-test-command
Merge into: lp://staging/biometryd
Diff against target: 892 lines (+594/-13)
18 files modified
include/biometry/identifier.h (+1/-0)
include/biometry/user.h (+3/-0)
src/biometry/CMakeLists.txt (+4/-0)
src/biometry/cmds/run.cpp (+1/-1)
src/biometry/cmds/test.cpp (+126/-0)
src/biometry/cmds/test.h (+73/-0)
src/biometry/daemon.cpp (+2/-0)
src/biometry/devices/dummy.cpp (+28/-3)
src/biometry/devices/dummy.h (+51/-3)
src/biometry/tracing_operation_observer.h (+16/-5)
src/biometry/user.cpp (+4/-1)
src/biometry/util/configuration.cpp (+69/-0)
src/biometry/util/configuration.h (+29/-0)
src/biometry/util/not_reachable.cpp (+32/-0)
src/biometry/util/not_reachable.h (+44/-0)
tests/CMakeLists.txt (+1/-0)
tests/cmds/test_test.cpp (+90/-0)
tests/test_daemon.cpp (+20/-0)
To merge this branch: bzr merge lp://staging/~thomas-voss/biometryd/add-test-command
Reviewer Review Type Date Requested Status
Ubuntu Phablet Team Pending
Review via email: mp+294380@code.staging.launchpad.net

Commit message

Add a command biometryd test --config=[path] --user=[id].

Description of the change

Add a command biometryd test --config=[path] --user=[id].

To post a comment you must log in.
14. By Thomas Voß

Add documentation.
Add test for overall daemon functionality.
Introduce explicit operator bool() const to util::Configuration::Node.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches