opentechinstitute / commotiond

The system management daemon for the Commotion Wireless Project.
https://commotionwireless.net
GNU Affero General Public License v3.0
26 stars 21 forks source link

Scheduler #56

Closed dismantl closed 10 years ago

dismantl commented 10 years ago

includes https://github.com/opentechinstitute/commotion-feed/pull/36

To test, run the included unit tests. Also test it on OpenWRT, make sure the node retains connectivity as expected.

areynold commented 10 years ago
$ make test
Running tests...
Test project /home/areynold/Documents/Scripts/OTI/source/commotiond/build
    Start 1: test1
1/1 Test #1: test1 ............................   Passed   10.00 sec

100% tests passed, 0 tests failed out of 1

Total Test time (real) =  10.01 sec
critzo commented 10 years ago

When building with this branch, the following error occurs:

Package libcommotion is missing dependencies for the following libraries: librt.so.0

dismantl commented 10 years ago

This pull request should fix the build error, and should be merged as part of this pull request: https://github.com/opentechinstitute/commotion-feed/pull/36

critzo commented 10 years ago

Confirmed successful build. Commotiond continues to function normally once installed on a node.